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
|
{ rawHive ? null # Colmena Hive attrset
|
||||||
, rawFlake ? null # Nix Flake attrset with `outputs.colmena`
|
, rawFlake ? null # Nix Flake attrset with `outputs.colmena`
|
||||||
, hermetic ? rawFlake != null # Whether we are allowed to use <nixpkgs>
|
, hermetic ? rawFlake != null # Whether we are allowed to use <nixpkgs>
|
||||||
, colmenaOptions
|
, colmenaOptions ? import ./options.nix
|
||||||
, colmenaModules
|
, colmenaModules ? import ./modules.nix
|
||||||
}:
|
}:
|
||||||
with builtins;
|
with builtins;
|
||||||
let
|
let
|
||||||
|
|
Loading…
Reference in a new issue