From 41a1294002e6f37a24778aefd06b0d63e991ea90 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Wed, 3 Sep 2025 20:11:34 +0200 Subject: [PATCH] . --- .forgejo/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index b74aad7..20e02b7 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -12,8 +12,8 @@ jobs: runs-on: default steps: - name: Install deps - # run: nix-shell -p nodejs_24 - run: nix-env -iA nixos.nodejs_24 + run: nix-shell -p nodejs_24 + # run: nix-env -iA nixos.nodejs_24 - run: whoami - run: . /nix/var/nix/profiles/default/etc/profile.d/nix.sh