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 1265cae commit 730aebaCopy full SHA for 730aeba
.github/actions/setup-nix/action.yaml
@@ -20,3 +20,7 @@ runs:
20
restore-prefixes-first-match: |
21
nix-${{ runner.os }}-${{ inputs.python-version }}-
22
nix-${{ runner.os }}-
23
+
24
+ - name: Verify Nix installation
25
+ shell: bash
26
+ run: nix develop --command true
0 commit comments