This commit is contained in:
Lukas Wurzinger 2025-04-13 17:32:07 +02:00
parent 407cf0c51e
commit b668a564c7
No known key found for this signature in database

View file

@ -1,8 +1,14 @@
phps: {
self: {
lib,
config,
pkgs,
...
}: let
phps = let
packages = self.packages.${pkgs.system};
filter = name: _: builtins.match "^php[[:digit:]]*$" name;
in
lib.filterAttrs filter packages;
cfg = config.programs.phps;
inherit (lib) types;
in {