diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-10-12 21:34:23 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-10-12 21:34:23 +0200 |
commit | a235f86fa876af4c2435f54932f1d70c3547a16c (patch) | |
tree | 1047997b528f6d9b7cdc9aca384fc0d73d0ba049 /npmPackages/index.nix | |
parent | 2d7643789f7fc2abcb3bc9c12e5e0ad91ed90fdb (diff) | |
download | npm.nix-a235f86fa876af4c2435f54932f1d70c3547a16c.tar.gz |
Add fs.realpath
Diffstat (limited to 'npmPackages/index.nix')
-rw-r--r-- | npmPackages/index.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npmPackages/index.nix b/npmPackages/index.nix index b56647b..fbb6b8f 100644 --- a/npmPackages/index.nix +++ b/npmPackages/index.nix @@ -16,6 +16,7 @@ in { escape-string-regexp = callPackage ./escape-string-regexp {}; fibers = callPackage ./fibers {}; file-uri-to-path = callPackage ./file-uri-to-path {}; + fs-realpath = callPackage ./fs.realpath {}; has-flag = callPackage ./has-flag {}; inflight = callPackage ./inflight {}; inherits = callPackage ./inherits {}; |