mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
Add just
This commit is contained in:
parent
0e33324fd0
commit
2f6673d941
2 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@ language: php
|
|||
flake:
|
||||
devshell:
|
||||
packages:
|
||||
- just
|
||||
- php82
|
||||
- php82Packages.composer
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
inherit (pkgs) mkShell;
|
||||
in {
|
||||
devShells.${system}.default =
|
||||
mkShell { buildInputs = with pkgs; [ php82 php82Packages.composer ]; };
|
||||
mkShell { buildInputs = with pkgs; [ just php82 php82Packages.composer ]; };
|
||||
|
||||
formatter.${system} = pkgs.nixfmt;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue