mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Rename myWrappers to wrappers
This commit is contained in:
parent
0624562069
commit
08dae72f8d
3 changed files with 11 additions and 11 deletions
|
|
@ -14,7 +14,7 @@
|
|||
.wrappedPackage
|
||||
.wrapped;
|
||||
in {
|
||||
_module.args.myWrappers = lib.pipe (builtins.readDir ./.) [
|
||||
_module.args.wrappers = lib.pipe (builtins.readDir ./.) [
|
||||
(lib.filterAttrs (name: value: name != "default.nix"))
|
||||
(lib.concatMapAttrs (name: _: {${lib.removeSuffix ".nix" name} = import ./${name} {inherit assembleWrapper pkgs lib;};}))
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue