Embed flake into installer ISO
This commit is contained in:
parent
f4b399b36f
commit
8b3494d282
1 changed files with 8 additions and 0 deletions
|
|
@ -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";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue