summaryrefslogtreecommitdiff
path: root/modules/flake
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-24 01:32:16 -0400
committerseth <[email protected]>2023-05-24 01:32:16 -0400
commit2d31ec9b6c8ed857ad9cdcb1292af65683370200 (patch)
treedce7ab00c7dc086eb3a013a1de7ee77fa7902942 /modules/flake
parentdd8bc3927d79a8d092a20f3985a4f9d199c01877 (diff)
hydra: try to build hosts
Diffstat (limited to 'modules/flake')
-rw-r--r--modules/flake/ci.nix2
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;
};
};