aboutsummaryrefslogblamecommitdiff
path: root/flakes/etherpad-lite/modules/ep_colors/node-packages.nix
blob: f2f8201642f05ae7138480ecd2d7f714325137c5 (plain) (tree)
1
                                                              



















                                                                         

                           

    
# This file has been generated by node2nix 1.8.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {};
in
{
  ep_colors = nodeEnv.buildNodePackage {
    name = "ep_colors";
    packageName = "ep_colors";
    version = "0.0.3";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_colors/-/ep_colors-0.0.3.tgz";
      sha1 = "aa95e1b12e009ed6b05d0ccb188ca4829e799780";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "add colors to the etherpad";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}