We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebff820 commit e226cfdCopy full SHA for e226cfd
.github/workflows/nix.yml
@@ -31,7 +31,7 @@ jobs:
31
id: cache-check
32
run: |
33
out_path="$(nix eval --raw .#devShells.x86_64-linux.default.outPath)"
34
- if nix path-info --store "$CACHE_URL" "$out_path" &>/dev/null; then
+ if nix path-info --store https://graphite-dev.cachix.org "$out_path" &>/dev/null; then
35
echo "cached=true" >> "$GITHUB_OUTPUT"
36
echo "Development shell is already cached at $out_path"
37
else
0 commit comments