diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-01-06 19:48:07 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-01-06 23:57:42 +0300 |
commit | 44d2e9662af80e30c8fc0516616a3a8c40b17837 (patch) | |
tree | d36bc1feda818b5d829cc7af60ee4cba9a0a8e73 /modules | |
parent | e49da4fadc926a8ce04e193303f8698eee27a69c (diff) | |
download | nixsap-44d2e9662af80e30c8fc0516616a3a8c40b17837.tar.gz |
php-fpm: toString is implicit
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apps/php-fpm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/php-fpm.nix b/modules/apps/php-fpm.nix index e69be73..4a0e6be 100644 --- a/modules/apps/php-fpm.nix +++ b/modules/apps/php-fpm.nix @@ -3,7 +3,7 @@ let inherit (builtins) - filter isAttrs isBool toString ; + filter isAttrs isBool ; inherit (lib) concatStringsSep filterAttrs foldl hasPrefix mapAttrsToList mkIf mkOption types ; |