semicolon
This commit is contained in:
parent
2feb303c1d
commit
021f4b1ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ let
|
||||||
./deployments
|
./deployments
|
||||||
./services
|
./services
|
||||||
];
|
];
|
||||||
imported = map ( n: import n { inherit cfg lib inputs } ) manifests;
|
imported = map ( n: import n { inherit cfg lib inputs; } ) manifests;
|
||||||
in
|
in
|
||||||
lib.foldl' lib.recursiveUpdate {} imported
|
lib.foldl' lib.recursiveUpdate {} imported
|
||||||
Loading…
Add table
Add a link
Reference in a new issue