diff options
| author | seth <[email protected]> | 2023-05-29 02:52:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-29 02:52:04 -0400 |
| commit | 2acefa841f8435cc79ed09c030d227dd63bc4166 (patch) | |
| tree | cb2e7d56c6f3cd62bf1f3ba93917451d64dbb928 /modules | |
| parent | e56dab3c1fe415d9184f265cb447744c905a9ae9 (diff) | |
hercules: name homeConfigurations correctly
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/flake/ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/flake/ci.nix b/modules/flake/ci.nix index 8070d93..53685f8 100644 --- a/modules/flake/ci.nix +++ b/modules/flake/ci.nix @@ -40,8 +40,8 @@ in { checks = mkCompatible self.checks; devShells = mkCompatible self.devShells; formatter = mkCompatibleFormatters self.formatter; + homeConfigurations = mkCompatibleHM self.homeConfigurations; hosts = mkCompatibleCfg' self.nixosConfigurations; - packages = mkCompatibleHM self.homeConfigurations; }; }; }; |
