Refactor
This commit is contained in:
parent
8024351158
commit
0dbbd96cda
1 changed files with 2 additions and 3 deletions
|
@ -15,10 +15,9 @@
|
||||||
};
|
};
|
||||||
phpPackages = pkgs.php83Packages;
|
phpPackages = pkgs.php83Packages;
|
||||||
in
|
in
|
||||||
with pkgs;
|
|
||||||
{
|
{
|
||||||
devShells.${system}.default = mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = [
|
packages = with pkgs; [
|
||||||
just
|
just
|
||||||
php
|
php
|
||||||
phpactor
|
phpactor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue