mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Fix references to pkgs/lib
This commit is contained in:
parent
5fef92c4a0
commit
3293421dd3
4 changed files with 7 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue