2023-04-12 12:48:02 +00:00
|
|
|
{ lib, newScope, IOKit, CoreFoundation }:
|
|
|
|
|
|
|
|
lib.makeScope newScope (self: with self; {
|
2023-07-15 17:15:38 +00:00
|
|
|
gstat = callPackage ./gstat.nix { };
|
2023-04-12 12:48:02 +00:00
|
|
|
query = callPackage ./query.nix { inherit IOKit CoreFoundation; };
|
|
|
|
})
|