Skip to content

Commit 730aeba

Browse files
authored
ci: nix dev true (#91)
1 parent 1265cae commit 730aeba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/setup-nix/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ runs:
2020
restore-prefixes-first-match: |
2121
nix-${{ runner.os }}-${{ inputs.python-version }}-
2222
nix-${{ runner.os }}-
23+
24+
- name: Verify Nix installation
25+
shell: bash
26+
run: nix develop --command true

0 commit comments

Comments
 (0)