Skip to content

Commit 283bca9

Browse files
authored
compressFirmwareZstd: enable __structuredAttrs and fix allowedRequisites (#483503)
2 parents dceec01 + 2bceeb4 commit 283bca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/build-support/kernel/compress-firmware.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ let
2424
.${type} or (throw "Unsupported compressor type for firmware.");
2525

2626
args = {
27-
allowedRequisites = [ ];
27+
outputChecks.out.allowedRequisites = [ "out" ];
28+
__structuredAttrs = true;
2829
inherit (compressor) nativeBuildInputs;
2930
}
3031
// lib.optionalAttrs (firmware ? meta) { inherit (firmware) meta; };

0 commit comments

Comments
 (0)