set upload limits
This commit is contained in:
parent
ec956c1ca8
commit
757be61f59
6 changed files with 34 additions and 11 deletions
|
|
@ -18,8 +18,12 @@
|
|||
system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
devPhp = pkgs.php;
|
||||
packages = import ./nix/packages { inherit pkgs; };
|
||||
devPhp = pkgs.php.buildEnv {
|
||||
extraConfig = uploadLimits.phpOptions;
|
||||
};
|
||||
packages = import ./nix/packages {
|
||||
inherit pkgs uploadLimits;
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit packages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue