forked from mirrors/nixpkgs
nodePackages.concurrently: init at 6.3.0
This commit is contained in:
parent
893f2ce061
commit
39e0f14d1b
|
@ -79,6 +79,7 @@
|
|||
, "code-theme-converter"
|
||||
, "coffee-script"
|
||||
, "coinmon"
|
||||
, "concurrently"
|
||||
, "configurable-http-proxy"
|
||||
, "conventional-changelog-cli"
|
||||
, "cordova"
|
||||
|
|
|
@ -1469,6 +1469,8 @@ with pkgs;
|
|||
|
||||
inherit (nodePackages) bitwarden-cli;
|
||||
|
||||
inherit (nodePackages) concurrently;
|
||||
|
||||
inherit (nodePackages) hyperspace-cli;
|
||||
|
||||
bklk = callPackage ../applications/misc/bklk { };
|
||||
|
|
Loading…
Reference in a new issue