My Nix Configuration

[flake] Update git build config

Changed files
+4
+4
flake.nix
···
customGit = channels.nixpkgs.git.override {
withLibsecret = true;
withSsh = true;
+
perlSupport = false;
+
osxkeychainSupport = false;
+
guiSupport = false;
+
svnSupport = false;
};
};
formatter = channels.nixpkgs.nixfmt-rfc-style;