Skip to content

Commit 939d3ea

Browse files
Mic92Ericson2314
authored andcommitted
package.nix: fix PATH for devshell
We don't install scripts to build so this must point to src
1 parent 2f6ec15 commit 939d3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ stdenv.mkDerivation (finalAttrs: {
239239
shellHook = ''
240240
pushd $(git rev-parse --show-toplevel) >/dev/null
241241
242-
PATH=$(pwd)/build/src/hydra-evaluator:$(pwd)/build/src/script:$(pwd)/build/src/hydra-queue-runner:$PATH
242+
PATH=$(pwd)/build/src/hydra-evaluator:$(pwd)/src/script:$(pwd)/build/src/hydra-queue-runner:$PATH
243243
PERL5LIB=$(pwd)/src/lib:$PERL5LIB
244244
export HYDRA_HOME="$(pwd)/src/"
245245
mkdir -p .hydra-data

0 commit comments

Comments
 (0)