mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-08 10:01:05 +01:00
tests: disable release check temporarily
Remove after nixos-unstable bumped Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
089d5bf615
commit
ad0b497533
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ let
|
||||||
username = "hm-user";
|
username = "hm-user";
|
||||||
homeDirectory = "/home/hm-user";
|
homeDirectory = "/home/hm-user";
|
||||||
stateVersion = lib.mkDefault "18.09";
|
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
|
# Avoid including documentation since this will cause
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue