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 78e2389 commit e198586Copy full SHA for e198586
.github/workflows/basic.yml
@@ -161,10 +161,9 @@ jobs:
161
name: Check that Nix flake has correct syntax and can build
162
runs-on: ubuntu-latest
163
steps:
164
+ - uses: DeterminateSystems/nix-installer-action@v19
165
- name: Checkout code
166
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- - name: Install Nix
167
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72
168
- name: Check devShell
169
run: nix develop --command echo
170
- name: Check flake syntax
0 commit comments