0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

* Remove the use of the NIXPKGS and NIXOS environment variables.

Instead use $NIX_PATH.  NIXOS_CONFIG is still supported.

svn path=/nixos/trunk/; revision=32739
This commit is contained in:
Eelco Dolstra 2012-03-02 12:38:22 +00:00
parent d4f3443d33
commit 29d84af677
16 changed files with 34 additions and 149 deletions

View file

@ -1,10 +1,9 @@
{ nixpkgs
, system ? builtins.currentSystem
{ system ? builtins.currentSystem
, networkExpr
}:
let nodes = import networkExpr; in
with import ../../../../lib/testing.nix { inherit nixpkgs system; };
with import ../../../../lib/testing.nix { inherit system; };
(complete { inherit nodes; testScript = ""; }).driver