From d6b414a912815f246e2539cbef76bfbca9e16b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 28 Sep 2020 09:51:43 +0200 Subject: [PATCH] githubactions: set nix_path --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 837be03..09084a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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;