some changes

This commit is contained in:
Alexander Szczepanski
2021-08-26 21:55:53 +02:00
parent 084f8ba9fa
commit ba5458e3ca
5 changed files with 31 additions and 25 deletions

View File

@ -88,6 +88,9 @@
extraConfig = {
push = { default = "current"; };
pull = { rebase = true; };
credential.helper = "${
pkgs.git.override { withLibsecret = true; }
}/bin/git-credential-libsecret";
};
};