From e6d134ce12ed78c1ac31745853aa1e74310f1a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Sun, 18 Jun 2023 11:22:01 +0200 Subject: [PATCH] home-environment: re-enable Nixpkgs release check --- modules/home-environment.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-environment.nix b/modules/home-environment.nix index 87dea1066..361db30e8 100644 --- a/modules/home-environment.nix +++ b/modules/home-environment.nix @@ -455,12 +455,12 @@ in home.enableNixpkgsReleaseCheck = mkOption { type = types.bool; - default = false; # Temporarily disabled until release stabilizes. + default = true; description = '' Determines whether to check for release version mismatch between Home Manager and Nixpkgs. Using mismatched versions is likely to cause errors 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. 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 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