mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
3 lines
149 B
Text
3 lines
149 B
Text
|
#!/nix/store/00000000000000000000000000000000-bash/bin/bash
|
||
|
exec @nix@/bin/nix-collect-garbage --delete-older-than 30d --max-freed $((64 * 1024**3))
|