Remove unused variable

This commit is contained in:
Oliver Davies 2025-06-21 00:46:02 +01:00
parent d828b89d25
commit d7491eac61

View file

@ -15,7 +15,7 @@
];
perSystem =
{ pkgs, system, ... }:
{ pkgs, ... }:
let
php = pkgs.php83.buildEnv {
extraConfig = ''