1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 08:46:54 +00:00
home-manager/tests/modules/services/nix-gc/nix-gc-script-expected

2 lines
149 B
Bash

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