Skip to content

Commit e226cfd

Browse files
test
1 parent ebff820 commit e226cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: cache-check
3232
run: |
3333
out_path="$(nix eval --raw .#devShells.x86_64-linux.default.outPath)"
34-
if nix path-info --store "$CACHE_URL" "$out_path" &>/dev/null; then
34+
if nix path-info --store https://graphite-dev.cachix.org "$out_path" &>/dev/null; then
3535
echo "cached=true" >> "$GITHUB_OUTPUT"
3636
echo "Development shell is already cached at $out_path"
3737
else

0 commit comments

Comments
 (0)