mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 01:52:05 +03:00
chore: kexectools -> kexec-tools
This commit is contained in:
parent
cf81761126
commit
d1d227f065
@ -26,7 +26,7 @@ in {
|
||||
name = "kexec-nixos";
|
||||
text = ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
export PATH=${pkgs.kexectools}/bin:${pkgs.cpio}/bin:$PATH
|
||||
export PATH=${pkgs.kexec-tools}/bin:${pkgs.cpio}/bin:$PATH
|
||||
set -x
|
||||
set -e
|
||||
cd $(mktemp -d)
|
||||
|
Loading…
Reference in New Issue
Block a user