diff options
| author | seth <[email protected]> | 2023-06-02 22:22:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-02 22:22:04 -0400 |
| commit | 99819379d1dc2abc3882db1ab75ad5a95bd97618 (patch) | |
| tree | b5db25e7c830c249ffd1aaca09d17b555fb735a9 | |
| parent | 5f91346a1738a14eb526628eb103b0a9e87fa485 (diff) | |
hercules: disable hm configs
| -rw-r--r-- | modules/flake/ci.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/flake/ci.nix b/modules/flake/ci.nix index 53685f8..a8dd0c8 100644 --- a/modules/flake/ci.nix +++ b/modules/flake/ci.nix @@ -40,7 +40,8 @@ in { checks = mkCompatible self.checks; devShells = mkCompatible self.devShells; formatter = mkCompatibleFormatters self.formatter; - homeConfigurations = mkCompatibleHM self.homeConfigurations; + # disabled to save storage + #homeConfigurations = mkCompatibleHM self.homeConfigurations; hosts = mkCompatibleCfg' self.nixosConfigurations; }; }; |
