Update sdImage.imageName to image.fileName

This commit is contained in:
liberodark 2026-03-23 21:02:24 +01:00 committed by GitHub
parent 2d4b4717b2
commit 1a2f8e70ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = "";