Skip to content

Commit 0f2ff50

Browse files
Exclude renovate on stable
1 parent 244cc32 commit 0f2ff50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
103103
};
104104
};
105105
};
106-
106+
} // lib.optionalAttrs (lib.versionAtLeast lib.version "24.11") {
107107
# https://github.com/NuschtOS/nixos-modules/issues/156
108108
renovate-plain = mkTest {
109109
module = {
@@ -112,7 +112,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
112112
};
113113
};
114114
};
115-
115+
} // {
116116
vaultwarden-no-nginx = mkTest {
117117
module = {
118118
services.vaultwarden = {

0 commit comments

Comments
 (0)