Added a nix shell installer
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 9s

This commit is contained in:
2025-10-03 17:40:18 +02:00
parent fbeedfdabf
commit 22a9350bf2

View File

@@ -13,3 +13,5 @@ jobs:
run: echo "Hello Workflow world!"
- name: List current folder
run: ls -la
- name: Install Nix
run: sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --no-daemon