nodePackages_10_x.pnpm: init at 2.9.0

This commit is contained in:
adisbladis
2018-07-05 22:49:05 +08:00
parent 96258fc193
commit 355708db80
3 changed files with 35 additions and 1 deletions

View File

@@ -210,4 +210,21 @@ in
production = true;
bypassCache = true;
};
pnpm = nodeEnv.buildNodePackage {
name = "pnpm";
packageName = "pnpm";
version = "2.9.0";
src = fetchurl {
url = "https://registry.npmjs.org/pnpm/-/pnpm-2.9.0.tgz";
sha1 = "1c2f5ade46b87cc3b1f3b7c66eeb7b0f4df4d968";
};
buildInputs = globalBuildInputs;
meta = {
description = "Fast, disk space efficient package manager";
homepage = https://pnpm.js.org/;
license = "MIT";
};
production = true;
bypassCache = true;
};
}