From 501ae224c77719af83540966c8004cf7cea691b8 Mon Sep 17 00:00:00 2001 From: guangtao Date: Tue, 23 Apr 2024 23:15:37 -0700 Subject: [PATCH] fix(pops.hive): fix renamer typo --- src/pops/hive.nix | 2 +- tests/hive/expr.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pops/hive.nix b/src/pops/hive.nix index 12be06c..8d3fc69 100644 --- a/src/pops/hive.nix +++ b/src/pops/hive.nix @@ -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; diff --git a/tests/hive/expr.nix b/tests/hive/expr.nix index 7ab845a..5c50d69 100644 --- a/tests/hive/expr.nix +++ b/tests/hive/expr.nix @@ -47,6 +47,5 @@ let inherit (hivePop.exports) darwinConfiguraitons colmenaHive; in { - # inherit colmenaHive; - # inherit hivePop; + inherit hivePop; }