Migrate matrix from Container to VM

This commit is contained in:
Greg Hellings
2024-11-19 22:43:13 -06:00
parent 7ac381d15c
commit bbe6d20e57
7 changed files with 158 additions and 118 deletions
+4
View File
@@ -1,5 +1,6 @@
{ top, overlays, ... }:
let
vm = args: (unstable (args // { extraMods = [ top.nixos-generators.nixosModules.all-formats ]; }));
wsl = args: (unstable (args // { extraMods = [ top.wsl.nixosModules.wsl ]; }));
unstable =
args:
@@ -61,6 +62,9 @@ in
hosea = unstable { name = "hosea"; };
jeremiah = unstable { name = "jeremiah"; };
isaiah = unstable { name = "isaiah"; };
vm-matrix = vm { name = "vm-matrix"; };
iso = machine { name = "iso"; };
iso-beta = unstable { name = "iso"; };
# nix build '.#nixosConfigurations.wsl.config.system.build.installer'