system: change registy
This commit is contained in:
parent
95a01dc276
commit
a19ba93fa8
1 changed files with 4 additions and 4 deletions
|
@ -135,16 +135,16 @@ in
|
|||
|
||||
registry =
|
||||
let
|
||||
repo = "https://git.pleshevski.ru/pleshevskiy";
|
||||
repo = name: "https://git.pleshevski.ru/";
|
||||
mkRegistry = id: url: {
|
||||
from = { type = "indirect"; inherit id; };
|
||||
to = { type = "git"; inherit url; };
|
||||
};
|
||||
in
|
||||
{
|
||||
templates = mkRegistry "tmpl" "${repo}/templates";
|
||||
vnetod = mkRegistry "vnetod" "${repo}/vnetod";
|
||||
tas = mkRegistry "tas" "${repo}/tas";
|
||||
templates = mkRegistry "tmpl" "${repo "mynix"}/templates";
|
||||
vnetod = mkRegistry "vnetod" "${repo "pleshevskiy"}/vnetod";
|
||||
tas = mkRegistry "tas" "${repo "pleshevskiy"}/tas";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue