Remove all uses of lib.flatten

This commit is contained in:
SebastianStork 2025-06-19 12:22:59 +02:00
parent 23762ecb29
commit b7d927cb39
4 changed files with 27 additions and 32 deletions

View file

@ -15,11 +15,11 @@ let
|> lib.filesystem.listFilesRecursive
|> builtins.filter (lib.hasSuffix ".nix");
in
lib.flatten [
[
{ networking = { inherit hostName; }; }
"${self}/hosts/shared.nix"
hostFiles
];
]
++ hostFiles;
};
};