tests: disable Nixpkgs release check
This commit is contained in:
parent
e28185a2c0
commit
81fc0c6fbf
|
@ -22,6 +22,8 @@ let
|
|||
home.username = "hm-user";
|
||||
home.homeDirectory = "/home/hm-user";
|
||||
|
||||
home.enableNixpkgsReleaseCheck = false;
|
||||
|
||||
# Avoid including documentation since this will cause
|
||||
# unnecessary rebuilds of the tests.
|
||||
manual.manpages.enable = false;
|
||||
|
|
Loading…
Reference in a new issue