fix(nvf/snippets): add required ... to lambda params
This commit is contained in:
parent
f11377e0ca
commit
386c7b18ef
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
description = "empty module";
|
||||
body = # nix
|
||||
''
|
||||
{config, lib}:
|
||||
{config, lib, ...}:
|
||||
let
|
||||
cfg = config.$1;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue