From c741725c087caf9fc7fe89b204b0d06298ee4554 Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Wed, 8 Dec 2021 22:01:32 +0100
Subject: tv x220 nix.daemon*: admit NixOS 21.11 harder

Only compare majorMinor nixpkgs version because
21.11pre-git < 21.11
---
 tv/2configs/hw/x220.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tv/2configs/hw/x220.nix')

diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index a4342fc..8c68cde 100644
--- a/tv/2configs/hw/x220.nix
+++ b/tv/2configs/hw/x220.nix
@@ -31,7 +31,7 @@ in
       nix.buildCores = 2;
       nix.maxJobs = 2;
     }
-    (if lib.versionAtLeast lib.version "21.11" then {
+    (if lib.versionAtLeast (lib.versions.majorMinor lib.version) "21.11" then {
       nix.daemonCPUSchedPolicy = "batch";
       nix.daemonIOSchedPriority = 1;
     } else {
-- 
cgit v1.2.3