diff --git a/modules/containers/forgejo.nix b/modules/containers/forgejo.nix index 7e91338..51bdb1a 100644 --- a/modules/containers/forgejo.nix +++ b/modules/containers/forgejo.nix @@ -80,6 +80,7 @@ in { in { environment.systemPackages = with pkgs; [ forgejo-runner + nodejs_24 # Needed for actions/checkout@v4 action ]; users.groups.runner = {}; @@ -97,7 +98,7 @@ in { ''; serviceConfig = { User = "runner"; - Environment = "PATH=/bin"; + Environment = "PATH=$PATH:/run/current-system/sw/bin"; }; wantedBy = ["multi-user.target"]; };