tests: disable Nixpkgs release check

This commit is contained in:
Robert Helgesson 2021-11-25 08:16:16 +01:00
parent e28185a2c0
commit 81fc0c6fbf
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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;