mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 17:49:45 +01:00
tests: disable Nixpkgs release check
This commit is contained in:
parent
e28185a2c0
commit
81fc0c6fbf
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ let
|
||||||
home.username = "hm-user";
|
home.username = "hm-user";
|
||||||
home.homeDirectory = "/home/hm-user";
|
home.homeDirectory = "/home/hm-user";
|
||||||
|
|
||||||
|
home.enableNixpkgsReleaseCheck = false;
|
||||||
|
|
||||||
# Avoid including documentation since this will cause
|
# Avoid including documentation since this will cause
|
||||||
# unnecessary rebuilds of the tests.
|
# unnecessary rebuilds of the tests.
|
||||||
manual.manpages.enable = false;
|
manual.manpages.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue