l git: add nixos-generators
This commit is contained in:
parent
c2442a231d
commit
d25204e852
|
@ -62,6 +62,10 @@ let
|
||||||
cgit.desc = "high level writers for nix";
|
cgit.desc = "high level writers for nix";
|
||||||
cgit.section = "software";
|
cgit.section = "software";
|
||||||
};
|
};
|
||||||
|
nixos-generators = {
|
||||||
|
cgit.desc = "custom image builders";
|
||||||
|
cgit.section = "software";
|
||||||
|
};
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
cgit.desc = "nixpkgs fork";
|
cgit.desc = "nixpkgs fork";
|
||||||
cgit.section = "configuration";
|
cgit.section = "configuration";
|
||||||
|
|
Loading…
Reference in a new issue