change php package
This commit is contained in:
parent
e8f16a7cce
commit
317a574583
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
try_files $uri $uri/ /index.php$is_args$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
'';
|
'';
|
||||||
phpPackage = pkgs.php80.withExtensions ({ enabled, all }:
|
phpPackage = pkgs.php82.withExtensions ({ enabled, all }:
|
||||||
enabled ++ [ all.imagick ]);
|
enabled ++ [ all.imagick ]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
try_files $uri $uri/ /index.php$is_args$args;
|
try_files $uri $uri/ /index.php$is_args$args;
|
||||||
'';
|
'';
|
||||||
phpPackage = pkgs.php80.withExtensions ({ enabled, all }:
|
phpPackage = pkgs.php82.withExtensions ({ enabled, all }:
|
||||||
enabled ++ [ all.imagick ]);
|
enabled ++ [ all.imagick ]);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue