Add php to dev environment

This commit is contained in:
Michael Thomas 2021-06-15 15:55:56 -04:00
parent 0a0357d8a8
commit 26633bd7c6

View File

@ -2,5 +2,6 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
nodePackages.yarn nodePackages.yarn
php
]; ];
} }