apply statix lints
Signed-off-by: fau <fau@faukah.com> Change-Id: I6a6a696442c7de5f519287ef8b3d80668973ef48
This commit is contained in:
parent
6ae25f23cf
commit
03067acb8d
5 changed files with 37 additions and 40 deletions
|
@ -27,7 +27,7 @@ in
|
|||
directory = config.users.users.${username}.home;
|
||||
clobberFiles = mkForce true;
|
||||
};
|
||||
extraModules = ((listFilesRecursive ./.) |> filter (hasSuffix ".hjem.nix"));
|
||||
extraModules = (listFilesRecursive ./.) |> filter (hasSuffix ".hjem.nix");
|
||||
specialArgs = {
|
||||
inherit sources;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue