Skip to content

Commit

Permalink
nix: use php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Dec 1, 2023
1 parent 6bf73ea commit f54668f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = [
pkgs.php82
pkgs.php82Packages.composer
pkgs.php83
pkgs.php83Packages.composer
];
}

0 comments on commit f54668f

Please sign in to comment.