From b7bb2229329f142931b73c7f78bf8d7a425e1153 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 8 Dec 2023 20:26:48 +0100 Subject: [PATCH] chore(ci): run on "native" nix runner --- .forgejo/workflows/update-flake.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/update-flake.yml b/.forgejo/workflows/update-flake.yml index abe5b28..300f85a 100644 --- a/.forgejo/workflows/update-flake.yml +++ b/.forgejo/workflows/update-flake.yml @@ -6,7 +6,7 @@ on: jobs: update-flake: - runs-on: ubuntu-latest-amd64 + runs-on: nix-amd64 permissions: contents: write @@ -15,12 +15,6 @@ jobs: - uses: actions/checkout@v4 with: ref: master - - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@v4 - with: - init: none - planner: linux - github-token: null - run: nix flake update - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 with: