feat(compute01/search): init search.infra #199

Open
lbailly wants to merge 3 commits from search-infra into main
Showing only changes of commit 86c315dd40 - Show all commits

View file

@ -14,10 +14,10 @@ let
inherit (lib) mapAttrs mkOption;
inherit (lib.types)
attrs
attrsOf
bool
str
any
submodule
package
;
@ -44,7 +44,7 @@ in
options = {
# Hack because of this https://git.dgnum.eu/DGNum/colmena/src/commit/71b1b660f2cda2e34e134d0028cafbd56bb22008/src/nix/hive/eval.nix#L166 which defines nixpkgs option but we don't have it here. What about liminix ?
nixpkgs = mkOption {
type = attrsOf any;
type = attrs;
default = { };
};
netconf = {