From 386c7b18ef6d09c7119f9e0089dbaae4ead88168 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 19 Jun 2025 20:16:28 +0800 Subject: [PATCH] fix(nvf/snippets): add required ... to lambda params --- homes/x86_64-linux/rafiq/cli/editor/_nvf/snippets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/rafiq/cli/editor/_nvf/snippets.nix b/homes/x86_64-linux/rafiq/cli/editor/_nvf/snippets.nix index 48838cf..8c7c199 100644 --- a/homes/x86_64-linux/rafiq/cli/editor/_nvf/snippets.nix +++ b/homes/x86_64-linux/rafiq/cli/editor/_nvf/snippets.nix @@ -12,7 +12,7 @@ description = "empty module"; body = # nix '' - {config, lib}: + {config, lib, ...}: let cfg = config.$1; in