Remove nodejs-6_x which is about to enter EOL
- Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{ stdenv, callPackage, lib, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix {};
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "6.17.0";
|
||||
sha256 = "0j17cpl1mbqvbaa0bk9n3nd34jdyljbvm53gx8n64bhwly7cgnn1";
|
||||
}
|
||||
Reference in New Issue
Block a user