From 481173c1ae8bd00f3759be25bb6014b996af9ddd Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 27 May 2019 17:58:53 +0200 Subject: Clean imports (and spaces) --- modules/apps/mariadb/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/apps/mariadb') diff --git a/modules/apps/mariadb/default.nix b/modules/apps/mariadb/default.nix index 81b8dd6..2e44635 100644 --- a/modules/apps/mariadb/default.nix +++ b/modules/apps/mariadb/default.nix @@ -1,8 +1,7 @@ { config, pkgs, lib, ... }: let inherit (builtins) - attrNames filter isBool isInt isList isPath isString length replaceStrings - toString ; + attrNames filter isBool isInt isList isPath isString length replaceStrings; inherit (lib) mkOption mkEnableOption mkIf types toUpper unique -- cgit v1.2.3