treewide: remove redundant 'builtins'
I keep forgetting `map` and `removeAttrs` are included at the top-level in the prelude.
This commit is contained in:
parent
7231c7ced7
commit
34c4f044a2
6 changed files with 8 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
lib.mkDefault [ (lib.getExe pkgs.ambroisie.rbw-pass) "Mail" passName ];
|
||||
|
||||
address = mkMailAddress address domain;
|
||||
aliases = builtins.map (lib.flip mkMailAddress domain) aliases;
|
||||
aliases = map (lib.flip mkMailAddress domain) aliases;
|
||||
|
||||
inherit primary;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue