Skip to content

Commit

Permalink
fix: Fix nodebug versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 25, 2021
1 parent 3b99207 commit 3203bb3
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 @@ -68,7 +68,7 @@
php74-nodebug = import ./resources/dev/common.nix {
pkgs = pkgs;
phps = phps.packages.${system};
version = "php74-nodebug";
version = "php74";
phpExtensions = default: { all, ... }: builtins.filter (x: !builtins.elem x [all.xdebug all.pcov]) (default all);
};

Expand All @@ -82,7 +82,7 @@
php80-nodebug = import ./resources/dev/common.nix {
pkgs = pkgs;
phps = phps.packages.${system};
version = "php80-nodebug";
version = "php80";
phpExtensions = default: { all, ... }: builtins.filter (x: !builtins.elem x [all.xdebug all.pcov]) (default all);
};
};
Expand Down

0 comments on commit 3203bb3

Please sign in to comment.