Replace just with run

This commit is contained in:
Oliver Davies 2024-07-31 18:06:27 +01:00
parent bfe0117e5e
commit 75bbef2dc9
5 changed files with 96 additions and 107 deletions

View file

@ -12,7 +12,7 @@
inherit (pkgs) mkShell;
in {
devShells.${system}.default =
mkShell { buildInputs = with pkgs; [ just php82 php82Packages.composer ]; };
mkShell { buildInputs = with pkgs; [ bashInteractive php82 php82Packages.composer ]; };
formatter.${system} = pkgs.nixfmt;
};