mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-10 19:11:06 +01:00
nix-gc: remove extraneous quotes from shell script
This commit is contained in:
parent
4fcd54df7c
commit
58cef37962
3 changed files with 16 additions and 3 deletions
2
tests/modules/services/nix-gc/nix-gc-script-expected
Normal file
2
tests/modules/services/nix-gc/nix-gc-script-expected
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/nix/store/00000000000000000000000000000000-bash/bin/bash
|
||||
exec @nix@/bin/nix-collect-garbage --delete-older-than 30d --max-freed $((64 * 1024**3))
|
||||
Loading…
Add table
Add a link
Reference in a new issue