testing
This commit is contained in:
parent
6fbd9b2a6c
commit
9c273a6a84
6 changed files with 162 additions and 59 deletions
5
packages/composer.nix
Normal file
5
packages/composer.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs>, php ? null }:
|
||||
|
||||
let
|
||||
php = if php == null then pkgs.php else php;
|
||||
in php.packages.composer.override {php = phpWithExtensions;};
|
Loading…
Add table
Add a link
Reference in a new issue