mirror of
https://github.com/nix-community/home-manager
synced 2024-12-19 00:09:48 +01:00
home-environment: re-enable Nixpkgs release check
This commit is contained in:
parent
ec58f8bed7
commit
e6d134ce12
1 changed files with 3 additions and 3 deletions
|
@ -455,12 +455,12 @@ in
|
||||||
|
|
||||||
home.enableNixpkgsReleaseCheck = mkOption {
|
home.enableNixpkgsReleaseCheck = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false; # Temporarily disabled until release stabilizes.
|
default = true;
|
||||||
description = ''
|
description = ''
|
||||||
Determines whether to check for release version mismatch between Home
|
Determines whether to check for release version mismatch between Home
|
||||||
Manager and Nixpkgs. Using mismatched versions is likely to cause errors
|
Manager and Nixpkgs. Using mismatched versions is likely to cause errors
|
||||||
and unexpected behavior. It is therefore highly recommended to use a
|
and unexpected behavior. It is therefore highly recommended to use a
|
||||||
release of Home Manager than corresponds with your chosen release of
|
release of Home Manager that corresponds with your chosen release of
|
||||||
Nixpkgs.
|
Nixpkgs.
|
||||||
</para><para>
|
</para><para>
|
||||||
When this option is enabled and a mismatch is detected then a warning
|
When this option is enabled and a mismatch is detected then a warning
|
||||||
|
@ -497,7 +497,7 @@ in
|
||||||
|
|
||||||
Using mismatched versions is likely to cause errors and unexpected
|
Using mismatched versions is likely to cause errors and unexpected
|
||||||
behavior. It is therefore highly recommended to use a release of Home
|
behavior. It is therefore highly recommended to use a release of Home
|
||||||
Manager than corresponds with your chosen release of Nixpkgs.
|
Manager that corresponds with your chosen release of Nixpkgs.
|
||||||
|
|
||||||
If you insist then you can disable this warning by adding
|
If you insist then you can disable this warning by adding
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue