svn path=/nixos/trunk/; revision=26994
This commit is contained in:
parent
1fd2e71c8d
commit
150ff09a06
@ -1,10 +1,9 @@
|
|||||||
{ nixos ? ./..
|
{ nixos ? ./..
|
||||||
, nixpkgs ? /etc/nixos/nixpkgs
|
, nixpkgs ? /etc/nixos/nixpkgs
|
||||||
, services ? /etc/nixos/services
|
|
||||||
, system ? builtins.currentSystem
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with import ../lib/build-vms.nix { inherit nixos nixpkgs services system; };
|
with import ../lib/build-vms.nix { inherit nixos nixpkgs system; };
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
nodes = {
|
nodes = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user