From ad0b497533195dcd821b283062821195e646042a Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 26 Nov 2025 11:10:53 -0600 Subject: [PATCH] tests: disable release check temporarily Remove after nixos-unstable bumped Signed-off-by: Austin Horstman --- tests/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/default.nix b/tests/default.nix index 88ff40ece..a4151862a 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -128,6 +128,9 @@ let username = "hm-user"; homeDirectory = "/home/hm-user"; stateVersion = lib.mkDefault "18.09"; + # TODO: Disable release check during version transitions when Home Manager + # and nixos-unstable are temporarily out of sync. + enableNixpkgsReleaseCheck = false; }; # Avoid including documentation since this will cause