We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dceec01 + 2bceeb4 commit 283bca9Copy full SHA for 283bca9
pkgs/build-support/kernel/compress-firmware.nix
@@ -24,7 +24,8 @@ let
24
.${type} or (throw "Unsupported compressor type for firmware.");
25
26
args = {
27
- allowedRequisites = [ ];
+ outputChecks.out.allowedRequisites = [ "out" ];
28
+ __structuredAttrs = true;
29
inherit (compressor) nativeBuildInputs;
30
}
31
// lib.optionalAttrs (firmware ? meta) { inherit (firmware) meta; };
0 commit comments