From ebbba413e791bf29ee5e428c8e7278c813e4ab70 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sun, 2 Feb 2025 21:57:45 -0800 Subject: [PATCH] Testing --- nixos/common/services/forgejo-runner.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixos/common/services/forgejo-runner.nix b/nixos/common/services/forgejo-runner.nix index 2610c23d..dfd5f396 100644 --- a/nixos/common/services/forgejo-runner.nix +++ b/nixos/common/services/forgejo-runner.nix @@ -31,12 +31,6 @@ gnutar gzip ]; - - # Add Node.js to PATH - environment = { - PATH = "${pkgs.nodejs_20}/bin"; - NODE_PATH = "${pkgs.nodejs_20}/lib/node_modules"; - }; }; };