try determinate installer
This commit is contained in:
parent
3e93cbaf73
commit
db65c44d3e
1 changed files with 3 additions and 3 deletions
|
@ -38,10 +38,10 @@ jobs:
|
||||||
run: echo "${{ secrets.NIX_CACHE_SECRET_KEY }}" >> /home/runner/cache-priv-key.pem
|
run: echo "${{ secrets.NIX_CACHE_SECRET_KEY }}" >> /home/runner/cache-priv-key.pem
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v30
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
enable_kvm: true
|
kvm: true
|
||||||
extra_nix_config: |
|
extra-conf: |
|
||||||
show-trace = true
|
show-trace = true
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue