blob: 2f62257e936d0a0f690d60ae0ab133c0a1cd25d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# This file has been generated by node2nix 1.8.0. Do not edit!
{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
let
sources = {};
in
{
ep_adminpads = nodeEnv.buildNodePackage {
name = "ep_adminpads";
packageName = "ep_adminpads";
version = "0.0.12";
src = fetchurl {
url = "https://github.com/spcsser/ep_adminpads/archive/master.tar.gz";
sha1 = "49ypihbwxmd97g813aq2rjwh7pq1y08a";
};
buildInputs = globalBuildInputs;
meta = {
description = "Gives the ability to list and administrate all pads on admin page";
homepage = "https://github.com/spcsser/ep_adminpads#readme";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
}
|