Skip to content

Commit

Permalink
ci: update url to nar-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Dec 31, 2024
1 parent aab124d commit bc8eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Run NAR server
run: |
curl --location https://github.com/sandydoo/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ matrix.system }} -O
curl --location https://github.com/cachix/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ matrix.system }} -O
chmod +x ./nar-toolbox-${{ matrix.system }}
./nar-toolbox-${{ matrix.system }} serve https://cache.nixos.org &
Expand Down

0 comments on commit bc8eb25

Please sign in to comment.