mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-04 16:11:06 +01:00
tests: disable release check bypass
nixos-unstable bumped Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
40c18076d8
commit
780be8ef50
1 changed files with 0 additions and 3 deletions
|
|
@ -128,9 +128,6 @@ 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