Skip to content

Commit 2df5645

Browse files
committed
Try a different nix installer
1 parent 74d24df commit 2df5645

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
if: github.ref != 'refs/heads/master'
1212
steps:
1313
- uses: DeterminateSystems/nix-installer-action@main
14+
- uses: actions/[email protected]
15+
- uses: cachix/install-nix-action@v25
16+
with:
17+
nix_path: nixpkgs=channel:nixpkgs-unstable
1418

1519
- name: Nix channel update
1620
run: nix-channel --update

0 commit comments

Comments
 (0)