feat(status01): init #11

Merged
cst1 merged 6 commits from status_init into main 2024-12-07 16:26:03 +01:00
Showing only changes of commit a75156f90e - Show all commits

View file

@ -8,7 +8,12 @@
}:
let
inherit (lib) mapAttrs' mkEnableOption mkIf mkForce;
inherit (lib)
mapAttrs'
mkEnableOption
mkIf
mkForce
;
net' = meta.network.${name};