1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mail): add password command (broken)

This commit is contained in:
Kierán Meinhardt
2019-08-27 17:24:33 +02:00
parent 04dbd783c2
commit cc02d5af08
3 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
{ lib }:
{
commaSep = builtins.concatStringsSep ",";
strip = lib.strings.removeSuffix "\n";
}