mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
2 lines
149 B
Bash
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))
|