treewide: remove unused rec

Auto-fix by nixf-diagnose.
This commit is contained in:
Wolfgang Walther
2025-09-01 12:49:06 +02:00
parent 6f066d934b
commit 90e7159c55
128 changed files with 230 additions and 231 deletions

View File

@@ -80,7 +80,7 @@ in
'';
allowedPatterns =
with lib.types;
lib.mkOption rec {
lib.mkOption {
type = attrsOf Pattern;
description = "The hook config, describing which paths to mount for which system features";
default = { };