Skip to content

Commit

Permalink
ci: try using nixpkgsPath
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 18, 2024
1 parent b44948e commit 77a0f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
cd tests
export NIX_PATH=nixpkgs=$(nix run .#nixpkgsUnstablePath)
export NIX_PATH=nixpkgs=$(nix run .#nixpkgsPath)
export PATH=$(nix build --no-link .#stack.x86_64-linux --json | jq -r '.[0].outputs.out')/bin:$PATH
echo "Got path: $PATH"
Expand All @@ -85,7 +85,7 @@ jobs:
echo "Got TEST_ROOT: $TEST_ROOT"
echo TEST_ROOT="$TEST_ROOT" >> $GITHUB_ENV
export NIX_PATH=nixpkgs=$(nix run .#nixpkgsUnstablePath)
export NIX_PATH=nixpkgs=$(nix run .#nixpkgsPath)
export PATH=$(nix build --no-link .#stack.x86_64-linux --json | jq -r '.[0].outputs.out')/bin:$PATH
stack run --nix --no-nix-pure -- \
Expand Down

0 comments on commit 77a0f53

Please sign in to comment.