mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Update
This commit is contained in:
parent
004ae2a919
commit
ebc98f411e
2 changed files with 25 additions and 25 deletions
|
|
@ -14,7 +14,7 @@ let
|
|||
in
|
||||
{
|
||||
_module.args.wrappers = lib.pipe (builtins.readDir ./.) [
|
||||
(lib.filterAttrs (name: value: name != "default.nix"))
|
||||
(lib.filterAttrs (name: _: name != "default.nix"))
|
||||
(lib.concatMapAttrs (
|
||||
name: _: {
|
||||
${lib.removeSuffix ".nix" name} = import ./${name} { inherit assembleWrapper moduleArgs; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue