mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
docs: php: add example to docs
This commit is contained in:
parent
e77c129ad6
commit
969cba514c
@ -1,11 +1,19 @@
|
||||
# PHP subsystem
|
||||
|
||||
> !!! PHP support is a work in progress, and it is not yet usable (a
|
||||
> builder is missing). You can track the progress in
|
||||
> !!! PHP support is experimental. \
|
||||
> !!! You can track the progress in
|
||||
> [nix-community/dream2nix#240](https://github.com/nix-community/dream2nix/issues/240).
|
||||
|
||||
This section documents the PHP subsystem.
|
||||
|
||||
## Example
|
||||
|
||||
An example of building [composer](https://github.com/composer/composer) using dream2nix.
|
||||
|
||||
```nix
|
||||
{{#include ../../../examples/php_composer/flake.nix}}
|
||||
```
|
||||
|
||||
## Translators
|
||||
|
||||
### composer-lock (pure)
|
||||
|
Loading…
Reference in New Issue
Block a user