chore: maintain
This commit is contained in:
parent
2378a66114
commit
25482857d4
58 changed files with 1095 additions and 747 deletions
|
|
@ -1,17 +1,19 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
inherit (lib)
|
||||
mkOption
|
||||
types
|
||||
inherit (builtins)
|
||||
elem
|
||||
isList
|
||||
filter
|
||||
listToAttrs
|
||||
concatMap
|
||||
nameValuePair
|
||||
attrNames
|
||||
isAttrs
|
||||
;
|
||||
inherit (lib)
|
||||
mkOption
|
||||
types
|
||||
nameValuePair
|
||||
;
|
||||
|
||||
filterAttrsRecursive' =
|
||||
pred: set:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue