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:
@@ -1,6 +1,6 @@
|
||||
{ nixos ? ./..
|
||||
, nixpkgs ? /etc/nixos/nixpkgs
|
||||
, services ? /etc/nixos/services
|
||||
, nixpkgs ? ../../nixpkgs
|
||||
, services ? ../../nixos/services
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ nixos ? ./..
|
||||
, nixpkgs ? /etc/nixos/nixpkgs
|
||||
, services ? /etc/nixos/services
|
||||
, nixpkgs ? ../../nixpkgs
|
||||
, services ? ../../services
|
||||
, system ? builtins.currentSystem
|
||||
}:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user