diff --git a/system/configuration.nix b/system/configuration.nix index 4b4bac4..737db31 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -135,7 +135,7 @@ in registry = let - repo = name: "https://git.pleshevski.ru/"; + repo = name: "https://git.pleshevski.ru/${name}"; mkRegistry = id: url: { from = { type = "indirect"; inherit id; }; to = { type = "git"; inherit url; };