fix: use nix store locations for ssh and gpg commands with git
This commit is contained in:
parent
6b4f5d8e57
commit
0200586ff8
@ -10,7 +10,7 @@
|
|||||||
signing = {
|
signing = {
|
||||||
key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F";
|
key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F";
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
gpgPath = "/run/current-system/sw/bin/gpg";
|
gpgPath = "${pkgs.gnupg}/bin/gpg";
|
||||||
};
|
};
|
||||||
|
|
||||||
aliases = {
|
aliases = {
|
||||||
@ -26,7 +26,7 @@
|
|||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "development";
|
init.defaultBranch = "development";
|
||||||
pull.rebase = "merges";
|
pull.rebase = "merges";
|
||||||
core.sshCommand = "/run/current-system/sw/bin/ssh";
|
core.sshCommand = "${pkgs.openssh}/bin/ssh";
|
||||||
};
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
|
Loading…
Reference in New Issue
Block a user