This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 08:16:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
33efb52e02
nix-super
/
scripts
/
nix-collect-garbage.in
3 lines
48 B
Text
Raw
Normal View
History
Unescape
Escape
* Move root finding from `nix-collect-garbage' to `nix-store --gc'. This was necessary becase root finding must be done after acquisition of the global GC lock. This makes `nix-collect-garbage' obsolete; it is now just a wrapper around `nix-store --gc'. * Automatically remove stale GC roots (i.e., indirect GC roots that point to non-existent paths).
2005-02-01 17:05:32 +02:00
#! @shell@ -e
exec @bindir@/nix-store --gc "$@"
Reference in a new issue
Copy permalink