Skip to content

Commit

Permalink
Update default PHP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 12, 2022
1 parent 203b916 commit bcf1c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
default = import ./resources/dev/common.nix {
inherit pkgs;
phps = phps.packages.${system};
version = "php80";
version = "php81";
phpExtensions = default: { all, ... }: builtins.filter (x: !builtins.elem x []) (default all);
apxs2Support = true;
};

default-nts = import ./resources/dev/common.nix {
inherit pkgs;
phps = phps.packages.${system};
version = "php80";
version = "php81";
phpExtensions = default: { all, ... }: builtins.filter (x: !builtins.elem x []) (default all);
apxs2Support = false;
};
Expand Down

0 comments on commit bcf1c6a

Please sign in to comment.