fix(local-dev): php memory limit
This commit is contained in:
parent
80edf0e878
commit
35ad28c03a
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@
|
|||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment.systemPackages = with pkgs;
|
||||
let
|
||||
php83 = pkgs.php83.buildEnv { extraConfig = "memory_limit = 2G"; };
|
||||
in [
|
||||
#clang
|
||||
dart-sass
|
||||
dbeaver-bin
|
||||
|
|
Loading…
Reference in a new issue