Commit ee04cf23 authored by Robert Helgesson's avatar Robert Helgesson
Browse files

nixos/grav: clean up PHP extensions

Specifically, simply add the extensions that are not already part of
the default `enabled` set.
parent f9df9fc4
Loading
Loading
Loading
Loading
+3 −15
Original line number Diff line number Diff line
@@ -102,24 +102,12 @@ in
        phpPackage = cfg.phpPackage.buildEnv {
          extensions =
            { all, enabled }:
            with all;
            [
            enabled
            ++ (with all; [
              apcu
              ctype
              curl
              dom
              exif
              filter
              gd
              mbstring
              opcache
              openssl
              session
              simplexml
              xml
              yaml
              zip
            ];
            ]);

          extraConfig = generators.toKeyValue { mkKeyValue = generators.mkKeyValueDefault { } " = "; } {
            output_buffering = "0";