From 75f7b19e99ccce2b5dfa39819c0e615eddfcd48d Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 17:59:24 +0200 Subject: [PATCH] Attempt to run nix shell in a new bash shell --- .gitea/workflows/web-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index 8dee0cc..289aceb 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -15,4 +15,4 @@ jobs: chmod +x installer.sh ./installer.sh --daemon --yes - name: nixing - run: nix-shell -p nix-info --run "nix-info -m" \ No newline at end of file + run: bash -c nix-shell -p nix-info --run "nix-info -m" \ No newline at end of file