mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix formatting
This commit is contained in:
parent
b0561486cc
commit
f418e191d4
1 changed files with 3 additions and 7 deletions
|
|
@ -8,12 +8,8 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
_module.args.wrappers =
|
||||
(lib.concatMapAttrs (
|
||||
name: _: {
|
||||
${lib.removeSuffix ".nix" name} = import "${self}/wrappers/${name}" { inherit inputs pkgs lib; };
|
||||
}
|
||||
))
|
||||
(builtins.readDir "${self}/wrappers");
|
||||
_module.args.wrappers = lib.concatMapAttrs (name: _: {
|
||||
${lib.removeSuffix ".nix" name} = import "${self}/wrappers/${name}" { inherit inputs pkgs lib; };
|
||||
}) (builtins.readDir "${self}/wrappers");
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue