Add just and justfile

This commit is contained in:
Oliver Davies 2024-03-01 20:38:29 +00:00
parent 0d774daca0
commit 5029aab415
3 changed files with 23 additions and 49 deletions

View file

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