testing nix action
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 2s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 2s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user