From 88e3fb4496b033f3938c094d1335fdfe34218bac Mon Sep 17 00:00:00 2001 From: cinereal Date: Sat, 21 Jun 2025 11:13:13 +0200 Subject: [PATCH] provide a default value for lib's `nix_templater` parameter to facilitate importing without flakes --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 946c920..e9aef82 100644 --- a/lib.nix +++ b/lib.nix @@ -1,7 +1,7 @@ { pkgs, - nix_templater, lib ? pkgs.lib, + nix_templater ? pkgs.callPackage ./pkgs/nix_templater { }, }: let escapeJson = {