From 4436e7eded0b6a5c35ddd28376fb4f75a2824978 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 7 Jun 2023 15:14:42 +0200 Subject: [PATCH] try cachix nix installer --- .forgejo/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 1288b00..7dac5d8 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -7,7 +7,8 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v3 - - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@v4 + - uses: https://github.com/cachix/install-nix-action@v20 + with: + nix_path: nixpkgs=channel:nixos-unstable - name: Run `nix build` run: nix --version