forked from DGNum/colmena
fix: export assertion module
This commit is contained in:
parent
956c3363b8
commit
2bd563e847
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
};
|
||||
nixosModules = {
|
||||
inherit (colmenaOptions) deploymentOptions metaOptions;
|
||||
inherit (colmenaModules) keyChownModule keyServiceModule;
|
||||
inherit (colmenaModules) keyChownModule keyServiceModule assertionModule;
|
||||
};
|
||||
|
||||
lib.makeHive = rawHive: import ./src/nix/hive/eval.nix {
|
||||
|
|
Loading…
Reference in a new issue