fix secret path and nix fmt
This commit is contained in:
parent
2607254164
commit
9160bd22fc
2 changed files with 9 additions and 3 deletions
|
@ -216,7 +216,10 @@
|
|||
};
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
extraCreateArgs = [ "--stats" "-x" ];
|
||||
extraCreateArgs = [
|
||||
"--stats"
|
||||
"-x"
|
||||
];
|
||||
# warnings are often not that serious
|
||||
failOnWarnings = false;
|
||||
postHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue