From a378ed438e45eca0d2d63714a0b668e03fc9a098 Mon Sep 17 00:00:00 2001 From: Daan Rijks Date: Wed, 1 Apr 2026 15:15:36 +0200 Subject: [PATCH] Make a comment less likely to bitrot --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index d085042..225a7e0 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,6 @@ { mkDerivation, base, bytestring, text, containers, curlFull, lib }: -# This is the version of curlFull present in 23.05 on 31/08/2023. +# We require a minimum version of libcurl to ensure that our bindings are sufficiently +# compatible. assert lib.versionAtLeast curlFull.version "8.18.0"; mkDerivation { pname = "curl";