diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-05T02·18+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-05T02·18+0000 |
commit | a9c4f66cfb1618833cc70ceaf13733730b634193 (patch) | |
tree | 47d3b9aab72f561e2e15f18b8ad415153bfd56ef /src/libmain | |
parent | 29cf434a35d82529f56c085c9cd50858c148d086 (diff) |
* Allow unprivileged users to run the garbage collector and to do
`nix-store --delete'. But unprivileged users are not allowed to ignore liveness. * `nix-store --delete --ignore-liveness': ignore the runtime roots as well.
Diffstat (limited to 'src/libmain')
-rw-r--r-- | src/libmain/shared.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmain/shared.cc b/src/libmain/shared.cc index c1bd1b73a7fd..393f31fcda66 100644 --- a/src/libmain/shared.cc +++ b/src/libmain/shared.cc @@ -1,6 +1,5 @@ #include "shared.hh" #include "globals.hh" -#include "gc.hh" #include "store-api.hh" #include "util.hh" |