fix: use nix store locations for ssh and gpg commands with git

This commit is contained in:
Maddie H 2024-10-07 15:09:26 +01:00
parent 6b4f5d8e57
commit 0200586ff8
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -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 = [