fix syntax
This commit is contained in:
parent
1af45acd62
commit
2feb303c1d
3 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ cfg, lib, inputs, ... }:
|
||||
let
|
||||
manifests = [
|
||||
"./ubuntu.nix"
|
||||
./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