From bfc60bf27c96e5c66aa77c6633b053eb2ce009bd Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 3 Mar 2026 15:39:02 -0700 Subject: [PATCH] node path --- nix/modules/gitea-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 9b18c20..497125d 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -90,7 +90,7 @@ Environment = lib.mkForce [ "PATH=/run/wrappers/bin:/etc/profiles/per-user/gitea-runner/bin:/run/current-system/sw/bin" - "NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs" + "NIX_PATH=nixpkgs=${pkgs.path}" ]; DynamicUser = lib.mkForce false;