From 72482943b0de51f3fec852476a4329ec86314517 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 12 Oct 2019 21:35:17 +0200 Subject: Add glob --- npmPackages/index.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'npmPackages/index.nix') diff --git a/npmPackages/index.nix b/npmPackages/index.nix index fbb6b8f..6935bd2 100644 --- a/npmPackages/index.nix +++ b/npmPackages/index.nix @@ -17,6 +17,7 @@ in { fibers = callPackage ./fibers {}; file-uri-to-path = callPackage ./file-uri-to-path {}; fs-realpath = callPackage ./fs.realpath {}; + glob = callPackage ./glob {}; has-flag = callPackage ./has-flag {}; inflight = callPackage ./inflight {}; inherits = callPackage ./inherits {}; -- cgit v1.2.3