From 473d6acc3de70bd6dbbb4a77af54f508f25c3c9c Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 8 Dec 2024 20:40:52 +0100 Subject: [PATCH] Revert "fix: chrony does not have readline, nspr, nss anymore" This reverts commit 24443628a1cc759190663cbd4a0e18f4f542fa3b because we fell back to NixOS 24.05. --- overlay.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overlay.nix b/overlay.nix index 42a8e78..0a30478 100644 --- a/overlay.nix +++ b/overlay.nix @@ -67,6 +67,9 @@ extraPkgs // { }); in chrony'.override { gnutls = null; + nss = null; + nspr = null; + readline = null; libedit = null; libseccomp = null; # should texinfo be in nativeBuildInputs instead of