Attempt to run nix shell in a new bash shell
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m30s

This commit is contained in:
2025-10-03 17:59:24 +02:00
parent 05b3bdd67b
commit 75f7b19e99

View File

@@ -15,4 +15,4 @@ jobs:
chmod +x installer.sh chmod +x installer.sh
./installer.sh --daemon --yes ./installer.sh --daemon --yes
- name: nixing - name: nixing
run: nix-shell -p nix-info --run "nix-info -m" run: bash -c nix-shell -p nix-info --run "nix-info -m"