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 59f153c commit b382a1fCopy full SHA for b382a1f
.github/workflows/nix.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch: {}
9
10
jobs:
11
- shell:
+ cache-dev-shell:
12
runs-on: ubuntu-latest
13
permissions:
14
contents: read
@@ -27,7 +27,7 @@ jobs:
27
extra-substituters = https://graphite.cachix.org https://graphite-dev.cachix.org
28
extra-trusted-public-keys = graphite.cachix.org-1:B7Il1yMpkquN/dXM+5GRmz+4Xmu2aaCS1GcWNfFhsOo= graphite-dev.cachix.org-1:RppXYpiV1qO2TYKTkXXGHsAEQDOB5G51b3VlrN9QmbI=
29
30
- - name: 🔎 Check whether dev shell is already in Cachix
+ - name: 🔎 Check whether development shell is already in binary cache
31
id: cache-check
32
run: |
33
if nix path-info --store "https://graphite-dev.cachix.org" .#devShells.x86_64-linux.default >/dev/null 2>&1; then
0 commit comments