mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
Update to PHP 8.2
This commit is contained in:
parent
5edd45c121
commit
5957e20d63
1 changed files with 2 additions and 3 deletions
|
@ -15,9 +15,8 @@
|
||||||
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||||
devshells.default = {
|
devshells.default = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
"just"
|
"php82"
|
||||||
"php81"
|
"php82Packages.composer"
|
||||||
"php81Packages.composer"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue