Compare commits
No commits in common. "c04ffafaaf485d60f332e244b73d1d9a9f7b67f5" and "4bc23000bdf7a169ed7c290431b2084d1e9f415c" have entirely different histories.
c04ffafaaf
...
4bc23000bd
2 changed files with 7 additions and 7 deletions
|
@ -73,7 +73,7 @@ mailText record = LT.concat ["Guten Morgen,\n\n"
|
||||||
,voice1 record
|
,voice1 record
|
||||||
,", "
|
,", "
|
||||||
,voice2 record
|
,voice2 record
|
||||||
,"\n\nLG\nJo^^\n" ]
|
,"\n\nLG\nMalte\n" ]
|
||||||
|
|
||||||
mailSubject :: MailRecord -> T.Text
|
mailSubject :: MailRecord -> T.Text
|
||||||
mailSubject record = T.concat ["Donnerstag ", T.pack $ iso8601Show $ date record]
|
mailSubject record = T.concat ["Donnerstag ", T.pack $ iso8601Show $ date record]
|
||||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"flake-utils": {
|
"flake-utils": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1676283394,
|
"lastModified": 1667395993,
|
||||||
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
|
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "flake-utils",
|
"repo": "flake-utils",
|
||||||
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
|
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -17,11 +17,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1678086707,
|
"lastModified": 1668563542,
|
||||||
"narHash": "sha256-y1uXdxzinIne4FW3TF7DCtxEB9gAbQ4qnbpYzhvkFm8=",
|
"narHash": "sha256-FrMNezX3v4qLkCg+j1e3Ei/FXOSQP4Chq4OOdttIEns=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "21eda9bc80bef824a037582b1e5a43ba74e92daa",
|
"rev": "ce89321950381ec845e56c6a6d1340abe5cd7a65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue