Skip to content

Commit

Permalink
home-manager/git: disable unnecessary features for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 26, 2024
1 parent f4eeb02 commit 000bc48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/cli/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ in
with pkgs;
if cfg.gui.enable then
gitFull.override {
# Disable unnecessary features since this will generate a rebuild
svnSupport = !stdenv.isDarwin;
sendEmailSupport = !stdenv.isDarwin;
# Use SSH from macOS instead with support for Keyring
# https://github.com/NixOS/nixpkgs/issues/62353
withSsh = !stdenv.isDarwin;
Expand Down

0 comments on commit 000bc48

Please sign in to comment.