MTGmonket

Results 2 issues of MTGmonket

Steps to reproduce: Run `git clone https://git.mtgmonkey.net/server-configuration.git` and watch the error. This fails with the http and git prefixes as well Relevant nix config: [This](https://git.mtgmonkey.net/server-configuration.git/tree/services/rgit.nix) is my rgit docker config...

The content of my flake is as follows: ``` nix { description = "server flake"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; noshell.url = "github:viperML/noshell"; rgit = { url = "github:w4/rgit";...