Add justfile

This commit is contained in:
Oliver Davies 2025-04-16 18:18:17 +01:00
parent 91cba785f4
commit e6ae3a1655
2 changed files with 9 additions and 0 deletions

View file

@ -11,6 +11,7 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
just
php83
php83Packages.composer
];