We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8fb13 commit dd6178cCopy full SHA for dd6178c
.github/workflows/nix-github-actions.yml
@@ -10,4 +10,6 @@ jobs:
10
with:
11
submodules: true
12
- uses: cachix/install-nix-action@v26
13
- - run: nix build '.?submodules=1'
+ with:
14
+ install_url: https://releases.nixos.org/nix/nix-2.18.1/install
15
+ - run: nix build .?submodules=1
0 commit comments