Loading pkgs/by-name/di/direnv/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ buildGoModule (finalAttrs: { # we have no bash at the moment for windows env.BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash"; # Build a static executable to avoid environment runtime impurities env.CGO_ENABLED = 0; # replace the build phase to use the GNUMakefile instead buildPhase = '' make BASH_PATH=$BASH_PATH Loading Loading
pkgs/by-name/di/direnv/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ buildGoModule (finalAttrs: { # we have no bash at the moment for windows env.BASH_PATH = lib.optionalString (!stdenv.hostPlatform.isWindows) "${bash}/bin/bash"; # Build a static executable to avoid environment runtime impurities env.CGO_ENABLED = 0; # replace the build phase to use the GNUMakefile instead buildPhase = '' make BASH_PATH=$BASH_PATH Loading