1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
home-manager/tests/modules/services/nix-gc/nix-gc-script-expected

3 lines
149 B
Text
Raw Normal View History

#!/nix/store/00000000000000000000000000000000-bash/bin/bash
exec @nix@/bin/nix-collect-garbage --delete-older-than 30d --max-freed $((64 * 1024**3))