]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/etherpad-lite/modules/ep_colors/node-packages.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / webapps / etherpad-lite / modules / ep_colors / node-packages.nix
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_colors/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_colors/node-packages.nix
deleted file mode 100644 (file)
index f2f8201..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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;
-  };
-}
\ No newline at end of file