fix(local-dev): php memory limit

This commit is contained in:
Florian Schmitt 2024-07-28 13:40:28 +03:00
parent 80edf0e878
commit 35ad28c03a

View file

@ -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