Extract a list of common PHP packages
This commit is contained in:
parent
a7e145a3af
commit
7213017208
5 changed files with 16 additions and 10 deletions
|
|
@ -13,6 +13,10 @@
|
|||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" ];
|
||||
|
||||
_module.args = {
|
||||
commonPhpPackages = pkgs: with pkgs; [ phpactor ];
|
||||
};
|
||||
|
||||
imports = [
|
||||
./modules/nodejs.nix
|
||||
./modules/php74.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue