summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordish <pyrox@pyrox.dev>2026-01-18 22:34:40 +0000
committerGitHub <noreply@github.com>2026-01-18 22:34:40 +0000
commitbc57a611ec4825238b37800941a0d2211dedabbc (patch)
tree44b6df46794d8be990e7798dd071155647bdc68c
parentc1321e08086bc3ab495c920ab54e70940238b7ce (diff)
parentf8240a6d5ed98e71b4b8b6af9024be542bb1442e (diff)
nixos/tandoor-recipes: fix NixOS version in test comments (#481450)
-rw-r--r--nixos/tests/tandoor-recipes-media.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/tandoor-recipes-media.nix b/nixos/tests/tandoor-recipes-media.nix
index 9384c9765efa..3465090b2357 100644
--- a/nixos/tests/tandoor-recipes-media.nix
+++ b/nixos/tests/tandoor-recipes-media.nix
@@ -66,7 +66,7 @@
machine.succeed(f"curl --head {db_path} | grep \"HTTP/1.1 404 Not Found\"")
- # Switch to NixOS 24.11 to check if the setup still functions the same
+ # Switch to NixOS 25.11 to check if the setup still functions the same
# as before.
stop_and_rm()
machine.succeed("${oldVersion}/bin/switch-to-configuration test")
@@ -77,7 +77,7 @@
machine.succeed(f"curl --head {db_path} | grep \"HTTP/1.1 200 OK\"")
- # Switch to NixOS 24.11 with the MEDIA_ROOT already set to
+ # Switch to NixOS 25.11 with the MEDIA_ROOT already set to
# /var/lib/tandoor-recipes/media.
stop_and_rm()
machine.succeed("${oldVersionOverrideMedia}/bin/switch-to-configuration test")