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