From f26f47937eb3b682b203d1e3ce2ef3009043d1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 13:19:35 +0200 Subject: [PATCH] `nix profile install` --- .forgejo/workflows/test.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 04f4de3..8bb4f13 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -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