Add humbug/box to build a phar file

This commit is contained in:
Oliver Davies 2024-02-19 08:00:00 +00:00
parent 1215548b35
commit 9693406b7d
7 changed files with 90 additions and 3 deletions

View file

@ -15,6 +15,7 @@
perSystem = { config, self', inputs', pkgs, system, ... }: {
devshells.default = {
packages = with pkgs; [
"just"
"php82"
"php82Packages.composer"
];