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;
|
||||
in
|
||||
with pkgs;
|
||||
{
|
||||
devShells.${system}.default = mkShell {
|
||||
packages = [
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
just
|
||||
php
|
||||
phpactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue