From d991316076f4cef7b6b4d5acf6dcbfaa90894171 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 19:51:07 +0200 Subject: [PATCH] still not? wtf! --- .forgejo/workflows/action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 73053fc..9b29ae7 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -12,10 +12,7 @@ jobs: runs-on: default steps: - name: Install deps - run: >- - nix shell - nixpkgs#nodejs_24 - --extra-experimental-features "nix-command flakes" + run: nix-env -iA nixos.nodejs - uses: actions/checkout@v4