fix
This commit is contained in:
parent
dbe35541ef
commit
1b175fa01c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ self: {
|
|||
}: let
|
||||
phps = let
|
||||
packages = self.packages.${pkgs.system};
|
||||
filter = name: _: builtins.match "^php[[:digit:]]*$" name;
|
||||
filter = name: _: (builtins.match "^php[[:digit:]]*$" name) != null;
|
||||
in
|
||||
lib.filterAttrs filter packages;
|
||||
cfg = config.programs.phps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue