fix
This commit is contained in:
parent
1b175fa01c
commit
18cc2db6cc
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue