nixos/lib/testing.nix: make 'config' a free variable
cc @edolstra
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ system, minimal ? false }:
|
||||
{ system, minimal ? false, config ? {} }:
|
||||
|
||||
with import ./build-vms.nix { inherit system minimal; };
|
||||
with import ./build-vms.nix { inherit system minimal config; };
|
||||
with pkgs;
|
||||
|
||||
rec {
|
||||
|
||||
Reference in New Issue
Block a user