feat: enable Git LFS and configure credential helper
This commit is contained in:
@@ -10,6 +10,12 @@
|
|||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
userName = "Thomas Syms";
|
userName = "Thomas Syms";
|
||||||
userEmail = "thomassyms@gmail.com";
|
userEmail = "thomassyms@gmail.com";
|
||||||
|
lfs.enable = true;
|
||||||
|
extraConfig = {
|
||||||
|
credential.helper = "${
|
||||||
|
pkgs.git.override {withLibsecret = true;}
|
||||||
|
}/bin/git-credential-libsecret";
|
||||||
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
".csvignore"
|
".csvignore"
|
||||||
|
|||||||
Reference in New Issue
Block a user