nix-env -i nodejs
Some checks failed
/ test (push) Failing after 33s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 13:10:43 +02:00
parent 446fd177f9
commit a0223c3ce0
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -3,13 +3,15 @@ jobs:
test:
runs-on: nix.2.18.7
steps:
- run: ls /etc/nixos
- run: cat /etc/nixos/configuration.nix
- run: cat /etc/nixos/flake.nix
- run: nix-channel --update
- run: niv-env -i nodejs
- uses: actions/checkout@v4
- run: echo All very good
- run: nix --version
- run: nodejs --version || true
- run: whoami
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: |