diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 07ddcf7..e0013fb 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -7,6 +7,7 @@ pkgs.rsync pkgs.curl pkgs.just + pkgs.git ]; }