forked from DGNum/colmena
Merge pull request #199 from Janik-Haag/hive-module
make eval.nix more convnient to use for non-flake user
This commit is contained in:
commit
cd65ef7a25
1 changed files with 2 additions and 2 deletions
|
@ -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 <nixpkgs>
|
||||
, colmenaOptions
|
||||
, colmenaModules
|
||||
, colmenaOptions ? import ./options.nix
|
||||
, colmenaModules ? import ./modules.nix
|
||||
}:
|
||||
with builtins;
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue