From c8bfb11b34e4b8d3cfd714c54e7436c80e4d72ef Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 6 Mar 2006 11:21:15 +0000 Subject: * `nix-env (-i|-u) --dry-run' now shows exactly which missing paths will be built or substituted. --- src/libstore/gc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/gc.cc') 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 -- cgit 1.4.1