about summary refs log tree commit diff
path: root/pkgs/development/tools/mongosh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/mongosh/default.nix')
-rw-r--r--pkgs/development/tools/mongosh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/mongosh/default.nix b/pkgs/development/tools/mongosh/default.nix
index d251a3c3805ff..c71c7dcb72cee 100644
--- a/pkgs/development/tools/mongosh/default.nix
+++ b/pkgs/development/tools/mongosh/default.nix
@@ -1,7 +1,7 @@
 { pkgs, stdenv, lib, testers, mongosh }:
 
 let
-  nodePackages = import ./gen/composition.nix {
+  nodePackages = import ./composition.nix {
     inherit pkgs;
     inherit (stdenv.hostPlatform) system;
   };