diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-29 23:51:14 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:52 +0200 |
commit | 2c58f2ddbd86751724728c0d5ee7ffe60cfc0ed0 (patch) | |
tree | 5135dbc68cd5a544ab8cdb6e40b190e14e540945 /pkgs/webapps/default.nix | |
parent | 98a4617ca7a6f5ba78a078b1442a8651987e9070 (diff) | |
download | NUR-2c58f2ddbd86751724728c0d5ee7ffe60cfc0ed0.tar.gz NUR-2c58f2ddbd86751724728c0d5ee7ffe60cfc0ed0.tar.zst NUR-2c58f2ddbd86751724728c0d5ee7ffe60cfc0ed0.zip |
Add grocy
Diffstat (limited to 'pkgs/webapps/default.nix')
-rw-r--r-- | pkgs/webapps/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/webapps/default.nix b/pkgs/webapps/default.nix index 25425757..2f4d7396 100644 --- a/pkgs/webapps/default.nix +++ b/pkgs/webapps/default.nix | |||
@@ -32,6 +32,8 @@ rec { | |||
32 | (name: (callPackage (./etherpad-lite/modules + "/${name}/node-packages.nix") { inherit nodeEnv; }) | 32 | (name: (callPackage (./etherpad-lite/modules + "/${name}/node-packages.nix") { inherit nodeEnv; }) |
33 | .${name}.overrideAttrs(old: { passthru = (old.passthru or {}) // { moduleName = name; }; })); | 33 | .${name}.overrideAttrs(old: { passthru = (old.passthru or {}) // { moduleName = name; }; })); |
34 | 34 | ||
35 | grocy = callPackage ./grocy { inherit mylibs composerEnv; }; | ||
36 | |||
35 | infcloud = callPackage ./infcloud {}; | 37 | infcloud = callPackage ./infcloud {}; |
36 | 38 | ||
37 | mantisbt_2 = callPackage ./mantisbt_2 {}; | 39 | mantisbt_2 = callPackage ./mantisbt_2 {}; |