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, ... }:
with pkgs; [
let
php = pkgs.php82;
phpPackages = pkgs.php82Packages;
in with pkgs; [
bitwarden-cli
bottom
cachix
@ -22,8 +25,8 @@ with pkgs; [
jq
lua
mysql
php82
php82Packages.composer
php
phpPackages.composer
pv
rustywind
tldr