makeInstaller -> makeInstallerIso

This commit is contained in:
Nicolas Jeannerod 2025-02-21 10:48:05 +01:00
parent 9e95287715
commit bf0a35de6c
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
let let
allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255 allVmIds = builtins.genList (x: 100 + x) 156; # 100 -- 255
makeInstaller = import ../infra/makeInstaller.nix; makeInstallerIso = import ../infra/makeInstallerIso.nix;
in in
{ {
@ -32,7 +32,7 @@ in
in in
mapAttrs ( mapAttrs (
vmname: nixosConfiguration: vmname: nixosConfiguration:
makeInstaller { makeInstallerIso {
inherit (inputs) nixpkgs; inherit (inputs) nixpkgs;
inherit nixosConfiguration; inherit nixosConfiguration;
hostKeys = { hostKeys = {

View file

@ -31,7 +31,7 @@ let
in in
{ {
flake.lib.makeInstaller = import ./makeInstaller.nix; flake.lib.makeInstallerIso = import ./makeInstallerIso.nix;
nixops4Deployments = makeDeployments (addDefaultDeployment { nixops4Deployments = makeDeployments (addDefaultDeployment {
git = [ git = [