Skip to content

Commit

Permalink
fix(pops.hive): fix renamer typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Apr 24, 2024
1 parent dd28eda commit 501ae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pops/hive.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ in

pops = { };
exports = {
darwinConfiguraitons = root.hive.collectors.darwinConfigurations final.colmenaConfigurationRenamer hostsArgs;
darwinConfiguraitons = root.hive.collectors.darwinConfigurations final.darwinConfigurationRenamer hostsArgs;

colmenaHive = root.hive.collectors.colmenaConfigurations final.colmenaConfigurationRenamer hostsArgs;

Expand Down
3 changes: 1 addition & 2 deletions tests/hive/expr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ let
inherit (hivePop.exports) darwinConfiguraitons colmenaHive;
in
{
# inherit colmenaHive;
# inherit hivePop;
inherit hivePop;
}

0 comments on commit 501ae22

Please sign in to comment.