Skip to content

Commit

Permalink
Ignore hound check on newer systems
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Nov 8, 2024
1 parent c5826ec commit d7159ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
security.acme.staging = true;
};
};

} // lib.optionalAttrs (lib.versionAtLeast lib.version "24.11") {
# https://github.com/NuschtOS/nixos-modules/issues/39
hound-repos = mkTest {
module = {
Expand All @@ -32,7 +32,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
};
};
};

} // {
matrix-synapse-nginx-with-socket = mkTest {
module = {
services = {
Expand Down

0 comments on commit d7159ad

Please sign in to comment.