nixos vms tests: use relative path to services, nixpkgs because this is more like to work if you don't put the repos in /etc/nixos/
svn path=/nixos/trunk/; revision=18330
This commit is contained in:
parent
4af37a0994
commit
5cb52cc7cb
@ -1,6 +1,6 @@
|
|||||||
{ nixos ? ./..
|
{ nixos ? ./..
|
||||||
, nixpkgs ? /etc/nixos/nixpkgs
|
, nixpkgs ? ../../nixpkgs
|
||||||
, services ? /etc/nixos/services
|
, services ? ../../nixos/services
|
||||||
, system ? builtins.currentSystem
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{ system ? builtins.currentSystem
|
{ system ? builtins.currentSystem
|
||||||
, nixpkgs ? import ./from-env.nix "NIXPKGS" /etc/nixos/nixpkgs
|
, nixpkgs ? import ./from-env.nix "NIXPKGS" /etc/nixos/nixpkgs
|
||||||
, services ? /etc/nixos/services
|
, services ? ../../services
|
||||||
, pkgs ? null
|
, pkgs ? null
|
||||||
, baseModules ? import ../modules/module-list.nix
|
, baseModules ? import ../modules/module-list.nix
|
||||||
, extraArgs ? {}
|
, extraArgs ? {}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ nixos ? ./..
|
{ nixos ? ./..
|
||||||
, nixpkgs ? /etc/nixos/nixpkgs
|
, nixpkgs ? ../../nixpkgs
|
||||||
, services ? /etc/nixos/services
|
, services ? ../../nixos/services
|
||||||
, system ? builtins.currentSystem
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ nixos ? ./..
|
{ nixos ? ./..
|
||||||
, nixpkgs ? /etc/nixos/nixpkgs
|
, nixpkgs ? ../../nixpkgs
|
||||||
, services ? /etc/nixos/services
|
, services ? ../../services
|
||||||
, system ? builtins.currentSystem
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user