testing nix action
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 2s

This commit is contained in:
2025-10-03 19:20:29 +02:00
parent 7ede612659
commit b8ad2769da

View File

@@ -9,12 +9,4 @@ jobs:
image: node:lts
steps:
- uses: actions/checkout@v4
- name: Install Nix
run: |
curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install > installer.sh
chmod +x installer.sh
./installer.sh --daemon --yes
- name: nixing
run: |
nix-daemon
bash -c nix-shell -p nix-info --run "nix-info -m"
- uses: actions/install-nix