File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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 ;
You can’t perform that action at this time.
0 commit comments