semicolon
This commit is contained in:
parent
8559b5331c
commit
1af45acd62
3 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,6 @@ let
|
|||
manifests = [
|
||||
"./ubuntu.nix"
|
||||
];
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue