Extended registry and ISO+DO generator

This commit is contained in:
Filippo Berto 2022-12-18 12:11:55 +01:00
parent cc1abacb29
commit ad69610e89
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 108 additions and 66 deletions

View file

@ -0,0 +1,26 @@
{
nix.registry = {
my-templates = {
from = {
id = "my-templates";
type = "indirect";
};
to = {
type = "github";
owner = "bertof";
repository = "flake-templates";
};
};
tex2nix = {
from = {
id = "tex2nix";
type = "indirect";
};
to = {
type = "github";
owner = "Mic92";
repository = "tex2nix";
};
};
};
}