mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-22 01:52:05 +03:00
formats kexec: fix multiple definition
This commit is contained in:
parent
aa5e966498
commit
85014f358b
@ -13,12 +13,12 @@ in {
|
||||
];
|
||||
|
||||
system.build = rec {
|
||||
kexec_tarball = pkgs.callPackage "${toString modulesPath}/../lib/make-system-tarball.nix" {
|
||||
kexec_tarball = lib.mkForce (pkgs.callPackage "${toString modulesPath}/../lib/make-system-tarball.nix" {
|
||||
storeContents = [
|
||||
{ object = config.system.build.kexec_script; symlink = "/kexec_nixos"; }
|
||||
];
|
||||
contents = [];
|
||||
};
|
||||
});
|
||||
|
||||
kexec_tarball_self_extract_script = pkgs.writeTextFile {
|
||||
executable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user