Skip to content

Commit ad0b497

Browse files
committed
tests: disable release check temporarily
Remove after nixos-unstable bumped Signed-off-by: Austin Horstman <[email protected]>
1 parent 089d5bf commit ad0b497

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ let
128128
username = "hm-user";
129129
homeDirectory = "/home/hm-user";
130130
stateVersion = lib.mkDefault "18.09";
131+
# TODO: Disable release check during version transitions when Home Manager
132+
# and nixos-unstable are temporarily out of sync.
133+
enableNixpkgsReleaseCheck = false;
131134
};
132135

133136
# Avoid including documentation since this will cause

0 commit comments

Comments
 (0)