about summary refs log tree commit diff
path: root/pkgs/shells/nushell/plugins/default.nix
blob: ad0e0f996a50a51b97a3c62f2e17fd72a2761e14 (plain) (blame)
1
2
3
4
5
{ lib, newScope, IOKit, CoreFoundation }:

lib.makeScope newScope (self: with self; {
  query = callPackage ./query.nix { inherit IOKit CoreFoundation; };
})