diff --git a/src/nix/hive/eval.nix b/src/nix/hive/eval.nix index f23a87c..3572907 100644 --- a/src/nix/hive/eval.nix +++ b/src/nix/hive/eval.nix @@ -1,8 +1,8 @@ { rawHive ? null # Colmena Hive attrset , rawFlake ? null # Nix Flake attrset with `outputs.colmena` , hermetic ? rawFlake != null # Whether we are allowed to use -, colmenaOptions -, colmenaModules +, colmenaOptions ? import ./options.nix +, colmenaModules ? import ./modules.nix }: with builtins; let