php.services.default: init

This commit is contained in:
Aaron Andersen
2025-08-02 18:47:07 -04:00
parent c46afef909
commit 487e725463
5 changed files with 266 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ let
_file = "${__curPos.file}:${toString __curPos.line}";
options = {
"<imports = [ pkgs.ghostunnel.services.default ]>" = fakeSubmodule pkgs.ghostunnel.services.default;
"<imports = [ pkgs.php.services.default ]>" = fakeSubmodule pkgs.php.services.default;
};
};
in