system: fix registry path

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-15 16:25:24 +03:00
parent f9098c5f05
commit c7bad3fa7b
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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; };