Switch to 21.11 as stable release

This commit is contained in:
Robert Helgesson
2021-11-25 17:18:08 +01:00
parent c27c8f49c0
commit dc2a4e4146
3 changed files with 7 additions and 9 deletions

View File

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