semicolon

This commit is contained in:
NyxErinys 2026-05-17 23:40:01 -05:00
parent 2feb303c1d
commit 021f4b1ef9

View file

@ -4,6 +4,6 @@ let
./deployments
./services
];
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