Skip to content

Commit

Permalink
Revert "php: 8.2 -> 8.1"
Browse files Browse the repository at this point in the history
This reverts commit 82df710.
  • Loading branch information
MarcelCoding committed Nov 2, 2024
1 parent 82df710 commit 8dbe4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions derivation.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ lib
, fetchFromGitHub
, fetchpatch
, php81
, php82
, dataDir ? "/var/lib/ixp-manager"
}:

let
phpPackage = php81;
phpPackage = php82;
in
phpPackage.buildComposerProject rec {
pname = "ixp-manager";
Expand Down

0 comments on commit 8dbe4d9

Please sign in to comment.