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:
parent
d4f3443d33
commit
29d84af677
16 changed files with 34 additions and 149 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue