Fix references to pkgs/lib

This commit is contained in:
Eelco Dolstra 2013-09-30 22:43:34 +02:00
parent 5fef92c4a0
commit 3293421dd3
4 changed files with 7 additions and 8 deletions

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);