7 lines
259 B
Nix
7 lines
259 B
Nix
|
self: super: {
|
||
|
art-lotte = self.callPackage ./art/lotte { };
|
||
|
art-lotte-bgs-nsfw = self.callPackage ./art/lotte/bgs-nsfw.nix { };
|
||
|
art-lotte-bgs-sfw = self.callPackage ./art/lotte/bgs-sfw.nix { };
|
||
|
package-updater = self.callPackage ./updater.nix { };
|
||
|
}
|