Fix invalid c3d2 URL in flake registry

This commit is contained in:
Emery Hemingway 2021-11-07 16:07:51 +01:00
parent 85c944e9ae
commit 5cbb04c774
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ in {
};
to = {
type = "git";
url = "git+ssh://gitea@gitea.c3d2.de:C3D2/nix-config.git";
url = "https://gitea.c3d2.de/C3D2/nix-config.git";
};
};
};