There was an error while loading. Please reload this page.
permittedInsecurePackages
1 parent eff293f commit 25a8e93Copy full SHA for 25a8e93
1 file changed
tools/dep_updaters/update-nixpkgs-pin.sh
@@ -81,7 +81,7 @@ nix-instantiate -I "nixpkgs=$NIXPKGS_PIN_FILE" --eval --strict --json -E "
81
}
82
" | jq -r '"{
83
pkgs ? import ./pkgs.nix {
84
- config.permittedInsecurePackages = [ \(.permittedInsecurePackages | map(@json) | join(" ")) ];
+ config.permittedInsecurePackages = [ \(.permittedInsecurePackages | if length > 0 then "\(map(@json) | join(" ")) " else "" end)];
85
},
86
}:
87
0 commit comments