githubactions: set nix_path

This commit is contained in:
Jörg Thalheim 2020-09-28 09:51:43 +02:00
parent 0901f6662e
commit d6b414a912
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -20,6 +20,7 @@ jobs:
- uses: cachix/install-nix-action@v11
with:
install_url: ${{ matrix.nix-install-url }}
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Prevent garbage collections of gcroots
run:
printf "keep-outputs = true\nkeep-derivations = true\nexperimental-features = nix-command flakes\n" | sudo tee -a /etc/nix/nix.conf;