Update sdImage.imageName to image.fileName
This commit is contained in:
parent
2d4b4717b2
commit
1a2f8e70ee
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@
|
|||
./.
|
||||
];
|
||||
|
||||
sdImage = {
|
||||
imageName = "${config.sdImage.imageBaseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}-starfive-visionfive2.img";
|
||||
image.fileName = "${config.image.baseName}-${config.system.nixos.label}-${pkgs.stdenv.hostPlatform.system}-starfive-visionfive2.img";
|
||||
|
||||
sdImage = {
|
||||
# Overridden by postBuildCommands
|
||||
populateFirmwareCommands = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue