X-Git-Url: http://git.scottworley.com/syncthing-autoregister/blobdiff_plain/0043dc6823fd9acc5199976084507feb564f4ff0..b87b912176c310395c14104abac74bb729dce54d:/lib/test-nixos-rebuild-switch-config.nix diff --git a/lib/test-nixos-rebuild-switch-config.nix b/lib/test-nixos-rebuild-switch-config.nix index a31a39e..36928b2 100644 --- a/lib/test-nixos-rebuild-switch-config.nix +++ b/lib/test-nixos-rebuild-switch-config.nix @@ -1,9 +1,9 @@ -{ lib, pkgs, ... }: { +{ lib, pkgs, modulesPath, ... }: { imports = [ - - - - + (modulesPath + "/installer/cd-dvd/channel.nix") + (modulesPath + "/profiles/base.nix") + (modulesPath + "/testing/test-instrumentation.nix") + (modulesPath + "/virtualisation/qemu-vm.nix") ]; nix.binaryCaches = lib.mkForce [ ];