nix profile install
This commit is contained in:
parent
167d887213
commit
f26f47937e
|
@ -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
|
||||
|
|
Reference in a new issue