mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Drop wrapper-manager
This commit is contained in:
parent
fa04b898a9
commit
758d78e737
24 changed files with 159 additions and 262 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
flake.wrappers.default =
|
||||
{
|
||||
inputs,
|
||||
self,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
_module.args.wrappers = lib.mapAttrs' (
|
||||
name: _:
|
||||
lib.nameValuePair (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