aerc: cleanup unused bindings
This commit is contained in:
parent
90e62f96c7
commit
35cbed7ac7
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, confSections, confSection, ... }:
|
||||
{ config, lib, confSections, confSection, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
|
|
@ -104,7 +104,6 @@ in {
|
|||
let
|
||||
global = conf.global or { };
|
||||
local = removeAttrs conf [ "global" ];
|
||||
optNewLine = if global != { } && local != { } then "\n" else "";
|
||||
mkValueString = v:
|
||||
if isList v then # join with comma
|
||||
concatStringsSep "," (map (generators.mkValueStringDefault { }) v)
|
||||
|
|
Loading…
Reference in a new issue