parent
93435d27d2
commit
05d9bee4a5
5 changed files with 42 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ in {
|
|||
home.packages = [ cfg.package ];
|
||||
|
||||
programs.git.extraConfig.credential.helper = [
|
||||
("${cfg.package}/bin/git-credential-oauth" + lib.mkIf cfg.extraFlags
|
||||
("${cfg.package}/bin/git-credential-oauth"
|
||||
+ lib.optionalString (cfg.extraFlags != [ ])
|
||||
" ${lib.strings.concatStringsSep " " cfg.extraFlags}")
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue