diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 09:17:59 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 09:17:59 +0100 |
commit | 5a4815dcdfa6f785ac70e628fff34a29c0d150fa (patch) | |
tree | e6036cd087b047534f6b66b99f4f8522670a24ac /hm/soispha/conf | |
parent | feat(hm/conf/git): Use correct escaping for '${}' in nix (diff) | |
download | nixos-config-5a4815dcdfa6f785ac70e628fff34a29c0d150fa.zip |
fix(hm/conf/git): Use correct path for codeberg ssh url substitution
Diffstat (limited to 'hm/soispha/conf')
-rw-r--r-- | hm/soispha/conf/git/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/git/default.nix b/hm/soispha/conf/git/default.nix index 327a2cc2..9fa9df44 100644 --- a/hm/soispha/conf/git/default.nix +++ b/hm/soispha/conf/git/default.nix @@ -131,7 +131,7 @@ in { conflictstyle = "diff3"; }; url = { - "git@codeberg.org" = { + "git@codeberg.org:" = { insteadOf = "@cb:"; }; "https://codeberg.org/" = { |