From 005ef5bd18c274bb56bc4a7a158bc67b57bb9bf2 Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 12 Jul 2026 15:12:36 +0700 Subject: [PATCH] fix runtime pkgs --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {