Fix references to pkgs/lib

This commit is contained in:
Eelco Dolstra
2013-10-10 13:28:22 +02:00
parent 5fef92c4a0
commit 3293421dd3
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Evaluate `release.nix' like Hydra would. Too bad nix-instantiate
# can't to do this.
with import ../../pkgs/lib;
with import ../../lib;
let
trace = if builtins.getEnv "VERBOSE" == "1" then builtins.trace else (x: y: y);