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
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v30
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
enable_kvm: true
|
||||
extra_nix_config: |
|
||||
kvm: true
|
||||
extra-conf: |
|
||||
show-trace = true
|
||||
experimental-features = nix-command flakes
|
||||
accept-flake-config = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue