From 4316a26a57fc86502789e12ffbcdf9b09c864322 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 15:54:47 -0400 Subject: [PATCH] ci: try using different installer --- .forgejo/workflows/check.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 2f84307..e8ae0f0 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -3,12 +3,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: https://code.forgejo.org/actions/checkout@v3 - - uses: https://github.com/cachix/install-nix-action@v22 - with: - install_url: https://nixos.org/nix/install - extra_nix_config: | - auto-optimise-store = true - access-tokens = ${{ secrets.FORGEJO_TOKEN }} - experimental-features = nix-command flakes - - run: nix flake check \ No newline at end of file + - uses: actions/checkout@v3 + - uses: https://github.com/DeterminateSystems/nix-installer-action@main + - run: nix flake check