From 890d5e258b7c3c740f3ee5e323043cc402556bff Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 31 Mar 2026 17:01:00 -0500 Subject: [PATCH] add coreutils in shell --- .gitea/workflows/build-and-publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 230cd56..cd44c50 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -22,6 +22,7 @@ jobs: REPO: ${{ github.repository }} SHA: ${{ github.sha }} run: | + nix shell nixpkgs#coreutils STRIPPED_URL=$(echo $GITEA_URL | sed -e 's|^https://||' -e 's|^http://||') echo "Cloning from: $STRIPPED_URL" # Perform the clone