Skip to content

Commit 27c2d7d

Browse files
committed
Fix CI nix job by installing nix
1 parent 0fb0b84 commit 27c2d7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ jobs:
2525

2626
nix:
2727
runs-on: ubuntu-latest
28-
container:
29-
image: nixos/nix:latest
3028
steps:
3129
- uses: actions/checkout@v4
30+
- uses: cachix/install-nix-action@v27
31+
with:
32+
nix_path: nixpkgs=channel:nixos-24.05
33+
extra_nix_config: |
34+
experimental-features = nix-command flakes
3235
- name: Run tests via Nix
3336
run: nix develop -c just test

0 commit comments

Comments
 (0)