fix secret path and nix fmt

This commit is contained in:
cy 2024-12-20 18:54:20 -05:00
parent 2607254164
commit 9160bd22fc
2 changed files with 9 additions and 3 deletions

View file

@ -216,7 +216,10 @@
};
compression = "auto,zstd";
startAt = "daily";
extraCreateArgs = [ "--stats" "-x" ];
extraCreateArgs = [
"--stats"
"-x"
];
# warnings are often not that serious
failOnWarnings = false;
postHook = ''