feat: enable nix tests on laptop

This commit is contained in:
Patrick 2024-06-17 15:40:29 +02:00
parent 111a3f5deb
commit d23e72a4d1
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -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];