Skip to content

Commit 65eb1c4

Browse files
committed
added recursive-nix to no-ifd
1 parent 442419f commit 65eb1c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix-tools/static/zipped.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let
4545
fragment-drv = "static-nix-tools-outputs.hydraJobs.${pkgs.hostPlatform.system}.zipped.${fragment-name}";
4646
in
4747
pkgs.runCommand "${pkgs.hostPlatform.system}-all-nix-tools" {
48-
# requiredSystemFeatures = [ "recursive-nix" ];
48+
requiredSystemFeatures = [ "recursive-nix" ];
4949
nativeBuildInputs =
5050
[ pkgs.nix pkgs.gitMinimal ]
5151
++ stringifyInputs inputs
@@ -54,11 +54,12 @@ let
5454
export HOME=$(mktemp -d)
5555
mkdir $out
5656
cp $(nix --offline --extra-experimental-features "flakes nix-command recursive-nix" \
57-
build --accept-flake-config --no-link --print-out-paths \
57+
build --accept-flake-config --no-link --print-out-paths --no-allow-import-from-derivation \
5858
--system ${pkgs.hostPlatform.system} \
5959
${../.}#${fragment-drv})/*.zip $out/
6060
'';
6161

62+
6263
zippedToolsForDarwin = makeZippedTools {
6364
customPkgs = pkgs;
6465
clearStripDebugFlags = true;

0 commit comments

Comments
 (0)