From aee8a274ef3d3286f86f6785905635619a3db8db Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Tue, 15 Apr 2025 10:07:36 -0500 Subject: [PATCH] bert: Add git for git recv-pack for deployments --- bert/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bert/configuration.nix b/bert/configuration.nix index 4072b87..8277e24 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -51,6 +51,7 @@ }; environment.systemPackages = with pkgs; [ + git rsync ];