From e977b6a1ec15d0730d211ea68c8a6d3fbbfd121f Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 19:07:06 +0100 Subject: [PATCH] Try using the nix profile install instead. --- .forgejo/workflows/build-modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build-modules.yml b/.forgejo/workflows/build-modules.yml index 0b414b7..6dfe54d 100644 --- a/.forgejo/workflows/build-modules.yml +++ b/.forgejo/workflows/build-modules.yml @@ -12,7 +12,7 @@ jobs: - name: Setup nodejs 24 run: | set -eux - nix profile install nodejs-slim_24 + nix profile install nixpkgs#nodejs-slim_24 - name: Checkout repository uses: actions/checkout@v4