3
0
Fork 0
forked from mirrors/nixpkgs

nodePackages.concurrently: init at 6.3.0

This commit is contained in:
jacobi petrucciani 2021-10-28 17:28:12 -04:00 committed by Maciej Krüger
parent 893f2ce061
commit 39e0f14d1b
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F
2 changed files with 3 additions and 0 deletions

View file

@ -79,6 +79,7 @@
, "code-theme-converter"
, "coffee-script"
, "coinmon"
, "concurrently"
, "configurable-http-proxy"
, "conventional-changelog-cli"
, "cordova"

View file

@ -1469,6 +1469,8 @@ with pkgs;
inherit (nodePackages) bitwarden-cli;
inherit (nodePackages) concurrently;
inherit (nodePackages) hyperspace-cli;
bklk = callPackage ../applications/misc/bklk { };