Embed flake into installer ISO

This commit is contained in:
randogoth 2026-02-01 20:25:51 +02:00
parent f4b399b36f
commit 8b3494d282

View file

@ -17,4 +17,12 @@ ${builtins.readFile ../docs/install-help.txt}
Login: \l Login: \l
''; '';
# Include the flake and installer script on the ISO.
isoImage.contents = [
{
source = ../.;
target = "/etc/nixos";
}
];
} }