aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_immae_buttons/node-packages.nix
blob: d7045dfbb6968811767e37ff9d4de07dc627f569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file has been generated by node2nix 1.8.0. Do not edit!

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

let
  sources = {};
in
{
  ep_immae_buttons = nodeEnv.buildNodePackage {
    name = "ep_immae_buttons";
    packageName = "ep_immae_buttons";
    version = "0.1.0";
    src = ./.;
    buildInputs = globalBuildInputs;
    meta = {
      description = "Additional buttons (replacing clear_formatting and copy_paste_select_all)";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}