sd-image: Propagate imageName to derivation
This commit is contained in:
parent
28b9bb5408
commit
b70c23ea61
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ in
|
|||
|
||||
nativeBuildInputs = [ dosfstools e2fsprogs mtools libfaketime util-linux zstd ];
|
||||
|
||||
inherit (config.sdImage) compressImage;
|
||||
inherit (config.sdImage) imageName compressImage;
|
||||
|
||||
buildCommand = ''
|
||||
mkdir -p $out/nix-support $out/sd-image
|
||||
|
|
Loading…
Reference in a new issue