From bb642e43f987dabe8052578b3dd12e100a57d58f Mon Sep 17 00:00:00 2001 From: "Janik H." Date: Sun, 24 Mar 2024 03:51:58 +0100 Subject: [PATCH] make eval.nix more convnient to use for non-flake user --- src/nix/hive/eval.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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