nix profile install

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

View file

@ -7,6 +7,11 @@ jobs:
- run: type -a nix-channel
- run: ls /root/.nix-profile/bin
- run: ls /nix/var/nix/profiles/default/bin
- run: type -a nodejs || true
- run: nix profile install nodejs
- run: type -a nodejs || true
- run: niv-env -i nodejs
- uses: actions/checkout@v4