diff --git a/home/features/devel/php.nix b/home/features/devel/php.nix index 1df3c6a..2d3cb5d 100644 --- a/home/features/devel/php.nix +++ b/home/features/devel/php.nix @@ -1,5 +1,3 @@ -# install php from nixpkgs because mise wants to compile it from source, -# and that's a whole can of beans i'm not getting into { pkgs, ... }: { - home.packages = with pkgs; [ php83 ]; + home.packages = with pkgs; [ php83 php83Packages.composer phpactor ]; }