test unsup system

This commit is contained in:
Tao Tien 2023-09-30 18:47:13 -07:00
parent 92a4b45e3e
commit 556d0e28ea
3 changed files with 3 additions and 1 deletions

View file

@ -118,5 +118,5 @@
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = "23.05";
system.stateVersion = lib.mkDefault "23.05";
}