diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-05-27 17:58:53 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-05-27 17:58:53 +0200 |
commit | 481173c1ae8bd00f3759be25bb6014b996af9ddd (patch) | |
tree | 0768f20913fcb60327ff1d652febbd2d6ff7aeba /modules/apps/mariadb | |
parent | ae30c173eddd217144d6cb1db4c272261c09ba68 (diff) | |
download | nixsap-481173c1ae8bd00f3759be25bb6014b996af9ddd.tar.gz |
Clean imports (and spaces)
Diffstat (limited to 'modules/apps/mariadb')
-rw-r--r-- | modules/apps/mariadb/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 |