creating a custom installer iso

This commit is contained in:
2025-02-15 19:23:30 -05:00
parent f7f0d02ef9
commit 43b582fb33
4 changed files with 32 additions and 1 deletions

View File

@@ -91,6 +91,12 @@
];
specialArgs = { inherit inputs outputs; };
};
installer = lib.nixosSystem {
modules = [
./systems/installer
];
specialArgs = { inherit inputs outputs; };
};
};
};
}