Attempt to nix shell
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m29s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 1m29s
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user