elmPackages: Refactor lib and builds of packages

This commit is contained in:
Marek Fajkus
2020-06-23 19:44:34 +02:00
parent 48dd117b24
commit b9e9effb44
6 changed files with 2448 additions and 2745 deletions
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-10_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
let
nodeEnv = import ../../../node-packages/node-env.nix {