Attempt to run nix shell in a new bash shell
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m14s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m14s
This commit is contained in:
@@ -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"
|
||||
run: |
|
||||
nix-daemon
|
||||
bash -c nix-shell -p nix-info --run "nix-info -m"
|
||||
Reference in New Issue
Block a user