semicolon

This commit is contained in:
NyxErinys 2026-05-17 23:30:17 -05:00
parent 8559b5331c
commit 1af45acd62
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@ let
manifests = [
""
];
imported = map ( n: import ${n} { inherit cfg lib inputs } ) manifests;
imported = map ( n: import ${n} { inherit cfg lib inputs; } ) manifests;
in
lib.foldl' lib.recursiveUpdate {} imported