Switch to cachix/install-nix-action

This commit is contained in:
Stéphan Kochen
2023-01-23 14:23:50 +01:00
parent a381caca5b
commit 09fad14144
+3 -1
View File
@@ -55,7 +55,9 @@ jobs:
run: yarn run: yarn
- name: Install Nix - name: Install Nix
uses: nixbuild/nix-quick-install-action@v21 uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Setup Cachix - name: Setup Cachix
if: github.event_name == 'push' && github.repository_owner == 'stephank' if: github.event_name == 'push' && github.repository_owner == 'stephank'