From 4d1332e507fe55103bc5ddd0a384447dc7833e12 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 10 Aug 2018 14:12:29 +0200 Subject: [PATCH] nixos/modules/misc/version.nix: Don't spam the user with vague warnings --- nixos/modules/misc/version.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index 3be12e4a63757..63717e0c6a810 100644 --- a/nixos/modules/misc/version.nix +++ b/nixos/modules/misc/version.nix @@ -76,9 +76,6 @@ in config = { - warnings = lib.optional (options.system.stateVersion.highestPrio > 1000) - "You don't have `system.stateVersion` explicitly set. Expect things to break."; - system.nixos = { # These defaults are set here rather than up there so that # changing them would not rebuild the manual