diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index d72a174..04f4de3 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,6 +5,8 @@ jobs: steps: - run: nix-channel --update - run: type -a nix-channel + - run: ls /root/.nix-profile/bin + - run: ls /nix/var/nix/profiles/default/bin - run: niv-env -i nodejs - uses: actions/checkout@v4