add ubuntu test pod
This commit is contained in:
parent
289b69d342
commit
0ac4dabdb5
4 changed files with 21 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ cfg, lib, ... }:
|
||||
{ cfg, lib, inputs, ... }:
|
||||
let
|
||||
manifests = [
|
||||
|
||||
"./ubuntu.nix"
|
||||
];
|
||||
imported = map ( n: import ${n} { inherit cfg, lib } ) 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