1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2025-07-01 21:32:50 +02:00
parent 1b175fa01c
commit 18cc2db6cc
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ self: {
filter = name: _: (builtins.match "^php[[:digit:]]*$" name) != null; filter = name: _: (builtins.match "^php[[:digit:]]*$" name) != null;
in in
lib.filterAttrs filter packages; lib.filterAttrs filter packages;
cfg = config.programs.phps; cfg = config.services.myphps;
inherit (lib) types; inherit (lib) types;
in { in {
options.services.myphps = { options.services.myphps = {