system: fix registry path
This commit is contained in:
parent
f9098c5f05
commit
c7bad3fa7b
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ in
|
||||||
|
|
||||||
registry =
|
registry =
|
||||||
let
|
let
|
||||||
repo = name: "https://git.pleshevski.ru/";
|
repo = name: "https://git.pleshevski.ru/${name}";
|
||||||
mkRegistry = id: url: {
|
mkRegistry = id: url: {
|
||||||
from = { type = "indirect"; inherit id; };
|
from = { type = "indirect"; inherit id; };
|
||||||
to = { type = "git"; inherit url; };
|
to = { type = "git"; inherit url; };
|
||||||
|
|
Loading…
Reference in a new issue