From 9427e6bb3d97ebc14f1a5b3faee19d6e94e20505 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 19:57:19 +0200 Subject: [PATCH] riiiiight, probably just in the nix store, not the $PATH... --- .forgejo/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 6fde82a..70ea6e8 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -14,6 +14,8 @@ jobs: - name: Install deps run: nix-shell -p nodejs_24 + - run: echo "$PATH" + - uses: actions/checkout@v4 - run: nix flake check \ No newline at end of file