]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/default.nix
Add grocy
[perso/Immae/Config/Nix.git] / pkgs / webapps / default.nix
index 25425757e58bf0033bfb98144b0367b383c8611d..2f4d73965d5f07b0fa238e1d5b6a3f558b779854 100644 (file)
@@ -32,6 +32,8 @@ rec {
     (name: (callPackage (./etherpad-lite/modules + "/${name}/node-packages.nix") { inherit nodeEnv; })
       .${name}.overrideAttrs(old: { passthru = (old.passthru or {}) // { moduleName = name; }; }));
 
+  grocy = callPackage ./grocy { inherit mylibs composerEnv; };
+
   infcloud = callPackage ./infcloud {};
 
   mantisbt_2 = callPackage ./mantisbt_2 {};