6 lines
223 B
Nix
6 lines
223 B
Nix
|
self: super: {
|
||
|
run-erpnext = self.callPackage ./scripts/run-erpnext.nix {};
|
||
|
erpnext-apps-sites = self.callPackage ./node/erpnext-apps-sites.nix {};
|
||
|
erpnext-nginx-conf = self.callPackage ./nginx-erpnext-conf.nix {};
|
||
|
}
|