Skip to content

Commit e198586

Browse files
committed
Change Nix install action to verified
1 parent 78e2389 commit e198586

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,9 @@ jobs:
161161
name: Check that Nix flake has correct syntax and can build
162162
runs-on: ubuntu-latest
163163
steps:
164+
- uses: DeterminateSystems/nix-installer-action@v19
164165
- name: Checkout code
165166
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
166-
- name: Install Nix
167-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72
168167
- name: Check devShell
169168
run: nix develop --command echo
170169
- name: Check flake syntax

0 commit comments

Comments
 (0)