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
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- uses: actions/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"
|
|
||||||
Reference in New Issue
Block a user