Skip to content

Commit 52401a0

Browse files
committed
expose firmware packages
1 parent 59c5c7b commit 52401a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

flake.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@
141141
name = "u-boot-spl.bin.normal.out";
142142
path = self.fetchurl {
143143
url = "https://github.com/starfive-tech/edk2/releases/download/REL_VF2_JUN2023/u-boot-spl.bin.normal.out";
144-
hash = "sha256-7289L7Z0vmzg/hdtWU/1kaefNlbSdPDnmD7TMh39gqk=";
144+
hash = "sha256-ep9gAbH3MJ9jDbYWKUaqyyluLVvmXJO5pI2tCtdSsb8=";
145145
};
146146
}
147147
{
148148
name = "visionfive2_fw_payload.img";
149149
path = self.fetchurl {
150150
url = "https://github.com/starfive-tech/edk2/releases/download/REL_VF2_JUN2023/JH7110.fd";
151-
hash = "sha256-9K/Jp9i2vOMnWyTYCLA/TupAtmQhoIeotqEkV11ZZOo=";
151+
hash = "sha256-KgzB7hPEBPy53RsTgVnOXeAyZKmQD5/I6EBtDuSGYnE=";
152152
};
153153
}
154154
];
@@ -249,6 +249,9 @@
249249
inherit flash-visionfive2-upstream;
250250
inherit (pkgs) flash-visionfive2-vendor;
251251
inherit (pkgs) flash-visionfive2-edk2-vendor;
252+
inherit (pkgs) firmware-vf2-vendor;
253+
inherit (pkgs) firmware-vf2-edk2-vendor;
254+
inherit (pkgsCross) firmware-vf2-upstream;
252255
nixos-cross = inputs.self.nixosConfigurations.nixos-cross.config.system.build.toplevel;
253256
nixos-cross-image-efi = inputs.self.nixosConfigurations.nixos-cross-image-efi.config.system.build.efiImage;
254257
};

0 commit comments

Comments
 (0)