testing
This commit is contained in:
parent
6fbd9b2a6c
commit
20e99d60a3
6 changed files with 157 additions and 58 deletions
|
@ -1,12 +1,12 @@
|
|||
{ pkgs }:
|
||||
{ pkgs ? import <nixpkgs> }:
|
||||
|
||||
pkgs.php83.buildEnv {
|
||||
extensions = { enabled, all, }: enabled ++ (with all; [
|
||||
redis
|
||||
# xdebug
|
||||
xdebug
|
||||
]);
|
||||
|
||||
# extraConfig = ''
|
||||
# xdebug.mode=debug
|
||||
# '';
|
||||
extraConfig = ''
|
||||
xdebug.mode=debug
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue