mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-22 20:58:22 +00:00
Add just
This commit is contained in:
parent
0e33324fd0
commit
2f6673d941
|
@ -5,5 +5,6 @@ language: php
|
||||||
flake:
|
flake:
|
||||||
devshell:
|
devshell:
|
||||||
packages:
|
packages:
|
||||||
|
- just
|
||||||
- php82
|
- php82
|
||||||
- php82Packages.composer
|
- php82Packages.composer
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
inherit (pkgs) mkShell;
|
inherit (pkgs) mkShell;
|
||||||
in {
|
in {
|
||||||
devShells.${system}.default =
|
devShells.${system}.default =
|
||||||
mkShell { buildInputs = with pkgs; [ php82 php82Packages.composer ]; };
|
mkShell { buildInputs = with pkgs; [ just php82 php82Packages.composer ]; };
|
||||||
|
|
||||||
formatter.${system} = pkgs.nixfmt;
|
formatter.${system} = pkgs.nixfmt;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue