aboutsummaryrefslogtreecommitdiff
path: root/npmPackages/index.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-10-12 21:35:17 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-10-12 21:35:34 +0200
commit72482943b0de51f3fec852476a4329ec86314517 (patch)
tree47ffba6e322e117c2f1ab3f1433d083b8f74e9ee /npmPackages/index.nix
parenta235f86fa876af4c2435f54932f1d70c3547a16c (diff)
downloadnpm.nix-72482943b0de51f3fec852476a4329ec86314517.tar.gz
Add glob
Diffstat (limited to 'npmPackages/index.nix')
-rw-r--r--npmPackages/index.nix1
1 files changed, 1 insertions, 0 deletions
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 {};