fix: use php.packages.composer for correct extensions, add openssl
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0ae4434d09
commit
3ed0860565
1 changed files with 2 additions and 1 deletions
|
|
@ -17,11 +17,12 @@
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
php
|
php
|
||||||
pkgs.php82Packages.composer
|
php.packages.composer
|
||||||
pkgs.nodejs_22
|
pkgs.nodejs_22
|
||||||
pkgs.mariadb
|
pkgs.mariadb
|
||||||
pkgs.symfony-cli
|
pkgs.symfony-cli
|
||||||
pkgs.process-compose
|
pkgs.process-compose
|
||||||
|
pkgs.openssl
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue