Skip to content

Commit 80068ef

Browse files
committed
refactor(gha): use cachix/install-nix-action
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent c06943c commit 80068ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
uses: actions/checkout@v5
1414
with:
1515
persist-credentials: false
16-
- name: Install Nix
17-
uses: DeterminateSystems/nix-installer-action@v19
16+
- uses: cachix/install-nix-action@v31
17+
with:
18+
nix_path: nixpkgs=channel:nixos-unstable
1819
- name: Run checks
1920
run: |
2021
nix flake check --print-build-logs --show-trace

0 commit comments

Comments
 (0)