Skip to content

Commit b382a1f

Browse files
test
1 parent 59f153c commit b382a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch: {}
99

1010
jobs:
11-
shell:
11+
cache-dev-shell:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
@@ -27,7 +27,7 @@ jobs:
2727
extra-substituters = https://graphite.cachix.org https://graphite-dev.cachix.org
2828
extra-trusted-public-keys = graphite.cachix.org-1:B7Il1yMpkquN/dXM+5GRmz+4Xmu2aaCS1GcWNfFhsOo= graphite-dev.cachix.org-1:RppXYpiV1qO2TYKTkXXGHsAEQDOB5G51b3VlrN9QmbI=
2929
30-
- name: 🔎 Check whether dev shell is already in Cachix
30+
- name: 🔎 Check whether development shell is already in binary cache
3131
id: cache-check
3232
run: |
3333
if nix path-info --store "https://graphite-dev.cachix.org" .#devShells.x86_64-linux.default >/dev/null 2>&1; then

0 commit comments

Comments
 (0)