From d23e72a4d1eb2b15d0f0b1a2cfda3dca5015946c Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 17 Jun 2024 15:40:29 +0200 Subject: [PATCH] feat: enable nix tests on laptop --- hosts/patricknix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/patricknix/default.nix b/hosts/patricknix/default.nix index 778413c..2bb8552 100644 --- a/hosts/patricknix/default.nix +++ b/hosts/patricknix/default.nix @@ -53,6 +53,7 @@ }; }; nixpkgs.hostPlatform = "x86_64-linux"; + nix.settings.system-features = ["kvm" "nixos-test"]; # for embedded services.udev.packages = [pkgs.j-link]; environment.systemPackages = [pkgs.j-link];