{ inputs, ... }: { imports = [ inputs.devshell.flakeModule ]; perSystem = { pkgs, ... }: { devshells.default.packages = with pkgs; [ go php phpPackages.composer tailwindcss ]; }; }