mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Switch to 21.11 as stable release
This commit is contained in:
@@ -440,7 +440,7 @@ in
|
||||
|
||||
home.enableNixpkgsReleaseCheck = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false; # Temporarily disabled until release stabilizes.
|
||||
description = ''
|
||||
Determines whether to check for release version mismatch between Home
|
||||
Manager and Nixpkgs. Using mismatched versions is likely to cause errors
|
||||
|
||||
Reference in New Issue
Block a user