aboutsummaryrefslogtreecommitdiff
path: root/modules/apps
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-06 19:48:07 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-06 23:57:42 +0300
commit44d2e9662af80e30c8fc0516616a3a8c40b17837 (patch)
treed36bc1feda818b5d829cc7af60ee4cba9a0a8e73 /modules/apps
parente49da4fadc926a8ce04e193303f8698eee27a69c (diff)
downloadnixsap-44d2e9662af80e30c8fc0516616a3a8c40b17837.tar.gz
php-fpm: toString is implicit
Diffstat (limited to 'modules/apps')
-rw-r--r--modules/apps/php-fpm.nix2
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 ;