Loading pkgs/by-name/di/direnv/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ bash, fish, zsh, writableTmpDirAsHomeHook, }: buildGoModule rec { Loading Loading @@ -36,11 +37,15 @@ buildGoModule rec { nativeCheckInputs = [ fish zsh writableTmpDirAsHomeHook ]; checkPhase = '' export HOME=$(mktemp -d) runHook preCheck make test-go test-bash test-fish test-zsh runHook postCheck ''; meta = with lib; { Loading Loading
pkgs/by-name/di/direnv/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ bash, fish, zsh, writableTmpDirAsHomeHook, }: buildGoModule rec { Loading Loading @@ -36,11 +37,15 @@ buildGoModule rec { nativeCheckInputs = [ fish zsh writableTmpDirAsHomeHook ]; checkPhase = '' export HOME=$(mktemp -d) runHook preCheck make test-go test-bash test-fish test-zsh runHook postCheck ''; meta = with lib; { Loading