mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
Add PHP section (#88)
* Add composer2nix * Add composition-c4 * Add nix-phps
This commit is contained in:
parent
51ed68047c
commit
4a49d4a0ae
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
* [Elm](#elm)
|
||||
* [Haskell](#haskell)
|
||||
* [Node.js](#nodejs)
|
||||
* [PHP](#php)
|
||||
* [PureScript](#purescript)
|
||||
* [Python](#python)
|
||||
* [Ruby](#ruby)
|
||||
|
@ -125,6 +126,12 @@
|
|||
* [node2nix](https://github.com/svanderburg/node2nix) - Generate Nix expressions from a `package.lock` npm file.
|
||||
* [yarn2nix](https://github.com/nix-community/yarn2nix) - Generate Nix expressions from a `yarn.lock` file.
|
||||
|
||||
### PHP
|
||||
|
||||
* [composer2nix](https://github.com/svanderburg/composer2nix) - Generate Nix expressions to build composer packages.
|
||||
* [composition-c4](https://github.com/fossar/composition-c4) - Support for building composer packages from a `composer.lock` (using IFD).
|
||||
* [nix-phps](https://github.com/fossar/nix-phps) - Flake containing old and unmaintained PHP versions (intended for CI use).
|
||||
|
||||
### PureScript
|
||||
|
||||
* [Easy PureScript Nix](https://github.com/justinwoo/easy-purescript-nix) - A project to easily use PureScript and other tools with Nix.
|
||||
|
|
Loading…
Reference in a new issue