We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244cc32 commit 0f2ff50Copy full SHA for 0f2ff50
tests/default.nix
@@ -103,7 +103,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
103
};
104
105
106
-
+} // lib.optionalAttrs (lib.versionAtLeast lib.version "24.11") {
107
# https://github.com/NuschtOS/nixos-modules/issues/156
108
renovate-plain = mkTest {
109
module = {
@@ -112,7 +112,7 @@ lib.mapAttrs (name: value: value.config.system.build.toplevel) ({
112
113
114
115
+} // {
116
vaultwarden-no-nginx = mkTest {
117
118
services.vaultwarden = {
0 commit comments