This commit is contained in:
Shelvacu
2025-04-26 22:43:30 -07:00
committed by Shelvacu on fw
parent 2987403347
commit 7490ee9ba8

View File

@@ -7,7 +7,7 @@
}:
let
build = nixosInstaller.config.system.build;
script = writers.writeBashScript "host-pixie-installer" {} ''
script = writers.writeBashBin "host-pixie-installer" {} ''
set -euo pipefail
exec ${lib.getExe pixiecore} boot ${build.kernel}/bzImage ${build.netbootRamdisk}/initrd "$@"
'';