diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-10 15:24:58 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-10 15:24:58 +0300 |
commit | afa03e6f6ea66f5568805ebd73b8c38f008c3c8b (patch) | |
tree | 271471cb94b9cce6968492ac64e0c7f02ddda5ae /modules/common/git.nix | |
parent | 2024-03-08 (diff) |
2024-03-10
Diffstat (limited to '')
-rw-r--r-- | modules/common/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/git.nix b/modules/common/git.nix index f582f66..c6be614 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -103,6 +103,7 @@ in { // mapAttrs' (name: values: nameValuePair ''url "https://${values}/"'' {insteadOf = "${name}:";}) { "alpine" = "gitlab.alpinelinux.org"; + "debian" = "salsa.debian.org"; "freedesktop" = "gitlab.freedesktop.org"; "gnome" = "gitlab.gnome.org"; "haskell" = "gitlab.haskell.org"; |