mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove unnecessary parameter
This commit is contained in:
parent
9bf5382d96
commit
53bd8668a2
4 changed files with 6 additions and 6 deletions
|
|
@ -4,14 +4,14 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
assembleWrapper = wrapperName: wrapperConfig:
|
||||
assembleWrapper = wrapperConfig:
|
||||
(inputs.wrapper-manager.lib {
|
||||
inherit pkgs;
|
||||
modules = [{wrappers.${wrapperName} = wrapperConfig;}];
|
||||
modules = [{wrappers.wrappedPackage = wrapperConfig;}];
|
||||
})
|
||||
.config
|
||||
.wrappers
|
||||
.${wrapperName}
|
||||
.wrappedPackage
|
||||
.wrapped;
|
||||
in {
|
||||
_module.args.myWrappers = lib.pipe (builtins.readDir ./.) [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue