mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
svn path=/nixos/trunk/; revision=26994
This commit is contained in:
parent
1fd2e71c8d
commit
150ff09a06
@ -1,10 +1,9 @@
|
||||
{ nixos ? ./..
|
||||
, nixpkgs ? /etc/nixos/nixpkgs
|
||||
, services ? /etc/nixos/services
|
||||
, 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 {
|
||||
nodes = {
|
||||
|
Loading…
Reference in New Issue
Block a user