aboutsummaryrefslogtreecommitdiff
path: root/npmPackages/bootstrap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'npmPackages/bootstrap.nix')
-rw-r--r--npmPackages/bootstrap.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/npmPackages/bootstrap.nix b/npmPackages/bootstrap.nix
index 9b4b793..feffbe3 100644
--- a/npmPackages/bootstrap.nix
+++ b/npmPackages/bootstrap.nix
@@ -50,6 +50,10 @@ in rec {
xo = _dummy_xo;
});
+ _bindings = dontCheck (callPackage ./bindings {
+ file-uri-to-path = _file-uri-to-path;
+ });
+
_callsites = dontCheck (callPackage ./callsites {
ava = _dummy_ava;
xo = _dummy_xo;