Loading pkgs/development/compilers/zig/hook.nix +2 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ zig, stdenv, xcbuild, globalBuildFlags ? [ "-Dcpu=baseline" ], }: makeSetupHook { Loading Loading @@ -47,10 +48,7 @@ makeSetupHook { else "-Drelease-safe=true"; in [ "-Dcpu=baseline" releaseType ]; globalBuildFlags ++ [ releaseType ]; }; passthru = { inherit zig; }; Loading Loading
pkgs/development/compilers/zig/hook.nix +2 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ zig, stdenv, xcbuild, globalBuildFlags ? [ "-Dcpu=baseline" ], }: makeSetupHook { Loading Loading @@ -47,10 +48,7 @@ makeSetupHook { else "-Drelease-safe=true"; in [ "-Dcpu=baseline" releaseType ]; globalBuildFlags ++ [ releaseType ]; }; passthru = { inherit zig; }; Loading