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/system/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/firewall.nix b/modules/system/firewall.nix index ccd5750..654ccad 100644 --- a/modules/system/firewall.nix +++ b/modules/system/firewall.nix @@ -1,7 +1,7 @@ { config, lib, ... }: let - inherit (builtins) length toString replaceStrings; + inherit (builtins) length replaceStrings; inherit (lib) concatMapStringsSep optionalString splitString mkOption; inherit (lib.types) listOf int submodule enum str; -- cgit v1.2.3