diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index e2ca799..7db62d1 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -73,7 +73,7 @@ schedule = [ "0 0 * * 0" ]; # weekly }; }; - runtimePackages = with pkgs; [ bun nodejs npm nix ]; + runtimePackages = with pkgs; [ bun nix ]; }; }; systemd.services = {