commit | c5fb2ea13fbbd1b6cecb3fa67c0c9f82fc566937 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Fri May 31 23:07:42 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sun Jun 09 17:03:26 2024 +0000 |
tree | 391108800c29819e4d955e86a842ba0762399ccd | |
parent | e67a298ad3a5269c52a05a8c038b154d9b2ce1ba [diff] [blame] |
feat(git): add sr.ht alias Change-Id: I1db78201b743acf3668f6ad3844afecce1144b75 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/731 Tested-by: Skyler Grey <minion@clicks.codes> Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index 8c5be0a..9b81f13 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix
@@ -68,6 +68,10 @@ http = "https://git.lix.systems/"; ssh = "ssh://git@git.lix.systems/"; }; + srht = { + http = "https://git.sr.ht/"; + ssh = "git@git.sr.ht:"; + }; }; replacementToHTTPInsteadOf = name: urls: {