We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92085e9 commit c696f33Copy full SHA for c696f33
.github/workflows/test.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
curl --location https://github.com/sandydoo/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ matrix.system }} -O
128
chmod +x ./nar-toolbox-${{ matrix.system }}
129
- ./nar-toolbox-${{ matrix.system }} serve &
+ ./nar-toolbox-${{ matrix.system }} serve https://cache.nixos.org &
130
131
- uses: cachix/install-nix-action@v30
132
with:
0 commit comments