chore: maintain

This commit is contained in:
danny 2026-01-20 13:41:53 +08:00
parent 2378a66114
commit 25482857d4
58 changed files with 1095 additions and 747 deletions

View file

@ -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: