Extract PHP version variables
This commit is contained in:
parent
446ff6fada
commit
e67424baa5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue