From b33cc8bdcc15dbc23c0541bfd3258a9aa599fd11 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 19:06:13 +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 06690ff..0b414b7 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-env -iA nixos.nodejs-slim_24 + nix profile install nodejs-slim_24 - name: Checkout repository uses: actions/checkout@v4