Update CHANGELOG.md

This commit is contained in:
Matthew Penner 2023-10-10 13:13:00 -06:00
parent 7fa0c26d80
commit 35159b3715
No known key found for this signature in database
4 changed files with 152 additions and 226 deletions

View file

@ -8,8 +8,12 @@ with pkgs;
buildInputs = [
alejandra
composer
nodejs-18_x
nodejs_18
nodePackages.yarn
php81WithExtensions
];
shellHook = ''
PATH="$PATH:${pkgs.docker-compose}/libexec/docker/cli-plugins"
'';
}