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/libexpr/primops.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/libexpr/primops.cc')
-rw-r--r-- | src/libexpr/primops.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 4b1aef9352ed..310bca5ae97f 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -1,6 +1,7 @@ #include <algorithm> #include "build.hh" +#include "misc.hh" #include "eval.hh" #include "globals.hh" #include "nixexpr-ast.hh" |