mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 18:24:59 +03:00
Merge pull request #143 from nix-community/kexec-bundle
kexec-bundle: get kexec_tarball from module system
This commit is contained in:
commit
788a310a62
@ -40,7 +40,7 @@ in {
|
||||
kexec_bundle = pkgs.runCommand "kexec_bundle" {} ''
|
||||
cat \
|
||||
${kexec_tarball_self_extract_script} \
|
||||
${kexec_tarball}/tarball/nixos-system-${kexec_tarball.system}.tar.xz \
|
||||
${config.system.build.kexec_tarball}/tarball/nixos-system-${kexec_tarball.system}.tar.xz \
|
||||
> $out
|
||||
chmod +x $out
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user