diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-06T11·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-03-06T11·21+0000 |
commit | c8bfb11b34e4b8d3cfd714c54e7436c80e4d72ef (patch) | |
tree | a57b1c64bddaf7422e89031974f9c87f973c8a8b /src/libstore/gc.cc | |
parent | 7ba1fd2029c1290d89f0218157e597885926ca80 (diff) |
* `nix-env (-i|-u) --dry-run' now shows exactly which missing paths
will be built or substituted.
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r-- | src/libstore/gc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc index 5f4f5b27ff79..c2bc5bdb1b92 100644 --- a/src/libstore/gc.cc +++ b/src/libstore/gc.cc @@ -1,6 +1,6 @@ #include "globals.hh" #include "gc.hh" -#include "build.hh" +#include "misc.hh" #include "pathlocks.hh" #include <boost/shared_ptr.hpp> |