nix-env
Some checks failed
/ test (push) Failing after 1m25s

This commit is contained in:
Nicolas Jeannerod 2024-09-24 13:20:15 +02:00
parent f26f47937e
commit a4dccffc65
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -9,10 +9,12 @@ jobs:
- run: ls /nix/var/nix/profiles/default/bin - run: ls /nix/var/nix/profiles/default/bin
- run: type -a nodejs || true - run: type -a nodejs || true
- run: nix profile install nodejs - run: nix-env -i nodejs
- run: type -a nodejs || true - run: type -a nodejs || true
- run: niv-env -i nodejs - run: type -a nodejs || true
- run: nix profile install nodejs
- run: type -a nodejs || true
- uses: actions/checkout@v4 - uses: actions/checkout@v4