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 b382a1f commit ac9fe0cCopy full SHA for ac9fe0c
.github/workflows/nix.yml
@@ -30,6 +30,7 @@ jobs:
30
- name: 🔎 Check whether development shell is already in binary cache
31
id: cache-check
32
run: |
33
+ set -euo pipefail
34
if nix path-info --store "https://graphite-dev.cachix.org" .#devShells.x86_64-linux.default >/dev/null 2>&1; then
35
echo "cached=true" >> "$GITHUB_OUTPUT"
36
else
0 commit comments