nix: php82 -> php84

This commit is contained in:
2025-03-11 22:28:05 +01:00
parent d5c28d4e0f
commit 32e147fd02
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
in {
packages = forAllSystems (system: pkgs: {
default = self.packages.${system}.pvv-nettsiden;
pvv-nettsiden = pkgs.callPackage ./nix/package.nix { php = pkgs.php82; };
pvv-nettsiden = pkgs.callPackage ./nix/package.nix { php = pkgs.php84; };
});
overlays.default = final: prev: {