diff options
| author | seth <[email protected]> | 2023-05-24 01:32:16 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 01:32:16 -0400 |
| commit | 2d31ec9b6c8ed857ad9cdcb1292af65683370200 (patch) | |
| tree | dce7ab00c7dc086eb3a013a1de7ee77fa7902942 | |
| parent | dd8bc3927d79a8d092a20f3985a4f9d199c01877 (diff) | |
hydra: try to build hosts
| -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 34265f5..40f6b33 100644 --- a/modules/flake/ci.nix +++ b/modules/flake/ci.nix @@ -17,7 +17,7 @@ devShells = mkCompatible self.devShells; formatter = mkCompatibleFormatters self.formatter; homeConfigurations = mkCompatibleHM self.homeConfigurations; - hosts = mkCompatibleCfg' self.nixosConfigurations; + hosts = mkCompatibleCfg self.nixosConfigurations; packages = mkCompatiblePkgs self.packages; }; }; |
