mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05:33 +01:00
Replace just
with run
This commit is contained in:
parent
bfe0117e5e
commit
75bbef2dc9
5 changed files with 96 additions and 107 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue