refactor: remove symlinkJoin override on programs.git.package

This commit is contained in:
winston 2024-01-04 14:36:46 +01:00
parent c77b71b7e6
commit d116a85f89
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -1,5 +1,6 @@
{
config,
lib,
pkgs,
...
}: {
@ -49,12 +50,6 @@
".envrc"
];
package = pkgs.symlinkJoin {
name = "git";
paths = [pkgs.git];
postBuild = "rm $out/etc/gitconfig || true";
};
extraConfig = {
credential.helper = "gopass";
init.defaultBranch = "main";