Extract PHP version variables

This commit is contained in:
Oliver Davies 2024-03-30 20:00:37 +00:00
parent 446ff6fada
commit e67424baa5

View file

@ -1,5 +1,8 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
with pkgs; [ let
php = pkgs.php82;
phpPackages = pkgs.php82Packages;
in with pkgs; [
bitwarden-cli bitwarden-cli
bottom bottom
cachix cachix
@ -22,8 +25,8 @@ with pkgs; [
jq jq
lua lua
mysql mysql
php82 php
php82Packages.composer phpPackages.composer
pv pv
rustywind rustywind
tldr tldr