From 28a1d604c43356376862b13780f30d6b594c560e Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 18:57:10 +0100 Subject: [PATCH] Try using nix profile add 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 c89c476..a98d42d 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-shell -p nodejs-slim_24 + nix profile add nixpkgs#nodejs-slim_24 - name: Checkout repository uses: actions/checkout@v4