Skip to content

Commit

Permalink
hydra-eval-jobs: remove, replaced by nix-eval-jobs
Browse files Browse the repository at this point in the history
(cherry picked from commit ed7c587)
  • Loading branch information
delroth authored and Ericson2314 committed Dec 10, 2024
1 parent 47416fe commit 890e693
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 598 deletions.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ stdenv.mkDerivation (finalAttrs: {
shellHook = ''
pushd $(git rev-parse --show-toplevel) >/dev/null
PATH=$(pwd)/src/hydra-evaluator:$(pwd)/src/script:$(pwd)/src/hydra-eval-jobs:$(pwd)/src/hydra-queue-runner:$PATH
PATH=$(pwd)/src/hydra-evaluator:$(pwd)/src/script:$(pwd)/src/hydra-queue-runner:$PATH
PERL5LIB=$(pwd)/src/lib:$PERL5LIB
export HYDRA_HOME="$(pwd)/src/"
mkdir -p .hydra-data
Expand Down
Loading

0 comments on commit 890e693

Please sign in to comment.