sd-image: Fix image.filePath directory prefix
This commit is contained in:
parent
8cbc6d6da6
commit
037a064feb
@ -205,7 +205,7 @@ in
|
||||
sdImage.storePaths = [ config.system.build.toplevel ];
|
||||
|
||||
image.extension = if config.sdImage.compressImage then "img.zst" else "img";
|
||||
image.filePath = "sd-card/${config.image.fileName}";
|
||||
image.filePath = "sd-image/${config.image.fileName}";
|
||||
system.nixos.tags = [ "sd-card" ];
|
||||
system.build.image = config.system.build.sdImage;
|
||||
system.build.sdImage = pkgs.callPackage (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user