aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;