File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 45
45
fragment-drv = "static-nix-tools-outputs.hydraJobs.${ pkgs . hostPlatform . system } .zipped.${ fragment-name } " ;
46
46
in
47
47
pkgs . runCommand "${ pkgs . hostPlatform . system } -all-nix-tools" {
48
- # requiredSystemFeatures = [ "recursive-nix" ];
48
+ requiredSystemFeatures = [ "recursive-nix" ] ;
49
49
nativeBuildInputs =
50
50
[ pkgs . nix pkgs . gitMinimal ]
51
51
++ stringifyInputs inputs
54
54
export HOME=$(mktemp -d)
55
55
mkdir $out
56
56
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 \
58
58
--system ${ pkgs . hostPlatform . system } \
59
59
${ ../. } #${ fragment-drv } )/*.zip $out/
60
60
'' ;
61
61
62
+
62
63
zippedToolsForDarwin = makeZippedTools {
63
64
customPkgs = pkgs ;
64
65
clearStripDebugFlags = true ;
You can’t perform that action at this time.
0 commit comments