From e2ef15a665cbd05b33bdeb6f7b8b3c5fe0c9bde1 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sat, 21 Dec 2024 14:32:05 +0000 Subject: [PATCH] lib: add `extend` function --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 88523b9e..ad41994c 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -3,7 +3,7 @@ flake ? null, # Optionally, provide the lib with access to the flake _nixvimTests ? false, }: -lib.fix ( +lib.makeExtensible ( self: let # Used when importing parts of our lib