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:
tobias pflug
2019-04-04 18:43:06 +01:00
committed by adisbladis
parent b306b4cf1a
commit 0e296d5fcd
26 changed files with 3521 additions and 721 deletions
+1 -1
View File
@@ -102,6 +102,6 @@ in
license = "Apache-2.0";
};
production = true;
bypassCache = false;
bypassCache = true;
};
}