From a4dccffc65460a1bb3ec0395141f58c8d00209d2 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:20:15 +0200 Subject: [PATCH] `nix-env` --- .forgejo/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 8bb4f13..f3d3701 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -9,10 +9,12 @@ jobs: - run: ls /nix/var/nix/profiles/default/bin - run: type -a nodejs || true - - run: nix profile install nodejs + - run: nix-env -i nodejs - 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