Attempt to nix shell
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m29s

This commit is contained in:
2025-10-03 17:55:39 +02:00
parent 4c44349c84
commit 05b3bdd67b

View File

@@ -9,12 +9,10 @@ jobs:
image: node:lts image: node:lts
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder
run: ls -la
- name: Install Nix - name: Install Nix
run: | run: |
curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install > installer.sh curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install > installer.sh
chmod +x installer.sh chmod +x installer.sh
./installer.sh --daemon --yes ./installer.sh --daemon --yes
- name: nixing
run: nix-shell -p nix-info --run "nix-info -m"