From 4ff2e0c73397e04610c2597eab34222e427831b2 Mon Sep 17 00:00:00 2001 From: saji Date: Mon, 21 Apr 2025 10:14:11 -0500 Subject: [PATCH] change actions --- .forgejo/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 1c8900a..5bc5c89 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,7 +7,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + - uses: cachix/install-nix-action@v31 - uses: DeterminateSystems/magic-nix-cache-action@main + with: + diagnostic-endpoint: "" - name: Build site - run: nix build \ No newline at end of file + run: nix build