attempt to build and deploy to oracle

This commit is contained in:
Noah Masur
2025-06-28 15:31:17 -04:00
parent 20fc80c259
commit e7e94a1dc3
9 changed files with 510 additions and 11 deletions

View File

@ -213,6 +213,11 @@
format = "iso";
specialArgs = { inherit hostnames; };
};
"${name}-qcow" = lib.generateImage {
inherit system module;
format = "qcow";
specialArgs = { inherit hostnames; };
};
}) hosts)
) lib.linuxHosts # x86_64-linux = { arrow = ...; swan = ...; }
;
@ -229,7 +234,7 @@
lib.pkgsBySystem.${system}.nmasur
//
# Share generated images for each relevant host
generators.${system}
(if (lib.hasInfix "linux" system) then generators.${system} else { })
);
# Development environments