Skip to content

Commit

Permalink
Merge pull request #199 from Janik-Haag/hive-module
Browse files Browse the repository at this point in the history
make eval.nix more convnient to use for non-flake user
  • Loading branch information
zhaofengli committed Mar 25, 2024
2 parents 7997ab7 + bb642e4 commit cd65ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 <nixpkgs>
, colmenaOptions
, colmenaModules
, colmenaOptions ? import ./options.nix
, colmenaModules ? import ./modules.nix
}:
with builtins;
let
Expand Down

0 comments on commit cd65ef7

Please sign in to comment.