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

This commit is contained in:
2025-10-03 18:02:27 +02:00
parent 75f7b19e99
commit 7ede612659

View File

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