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 = {
|
||||
key = "FA50688B9EB6D8AA070C8241C296DE8C9053683F";
|
||||
signByDefault = true;
|
||||
gpgPath = "/run/current-system/sw/bin/gpg";
|
||||
gpgPath = "${pkgs.gnupg}/bin/gpg";
|
||||
};
|
||||
|
||||
aliases = {
|
||||
@ -26,7 +26,7 @@
|
||||
extraConfig = {
|
||||
init.defaultBranch = "development";
|
||||
pull.rebase = "merges";
|
||||
core.sshCommand = "/run/current-system/sw/bin/ssh";
|
||||
core.sshCommand = "${pkgs.openssh}/bin/ssh";
|
||||
};
|
||||
|
||||
ignores = [
|
||||
|
Loading…
Reference in New Issue
Block a user