fix(nvf/snippets): add required ... to lambda params

This commit is contained in:
Mohammad Rafiq 2025-06-19 20:16:28 +08:00
parent f11377e0ca
commit 386c7b18ef
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
description = "empty module"; description = "empty module";
body = # nix body = # nix
'' ''
{config, lib}: {config, lib, ...}:
let let
cfg = config.$1; cfg = config.$1;
in in