mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
tests: disable release check temporarily
Remove after nixos-unstable bumped Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user