From 55a11de1b0474788e59d6af6da77b858d7c582c1 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 29 Jan 2025 22:05:21 +0100 Subject: [PATCH] lib/default.nix: Update extend doc Co-authored-by: Johannes Kirschbauer --- lib/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/default.nix b/lib/default.nix index e77d053b8cc0..1557f33b5dd3 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -13,8 +13,13 @@ let /** Patch the Nixpkgs library + A function that applies patches onto the nixpkgs library. + Usage is discouraged for most scenarios. + + :::{.note} The name `extends` is a bit misleading, as it doesn't actually extend the library, but rather patches it. It is merely a consequence of being implemented by `makeExtensible`. + ::: # Inputs