From b5812991ee4f816382981df01cdf6eb9e09a2287 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Wed, 19 Mar 2025 16:27:22 -0500 Subject: [PATCH] only install nix once --- .gitea/workflows/nixtest.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/nixtest.yaml b/.gitea/workflows/nixtest.yaml index 7333304..f466956 100644 --- a/.gitea/workflows/nixtest.yaml +++ b/.gitea/workflows/nixtest.yaml @@ -1,7 +1,6 @@ name: testing nix stuff run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] - jobs: nix: strategy: @@ -18,8 +17,6 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} - - uses: cachix/install-nix-action@v31 - - name: Install Nix uses: DeterminateSystems/nix-installer-action@v9