Skip to content

Commit dd6178c

Browse files
committed
Fix nix version to 2.18.1, known working version
1 parent 8c8fb13 commit dd6178c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nix-github-actions.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
with:
1111
submodules: true
1212
- uses: cachix/install-nix-action@v26
13-
- run: nix build '.?submodules=1'
13+
with:
14+
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
15+
- run: nix build .?submodules=1

0 commit comments

Comments
 (0)