This website requires JavaScript.
Explore
Help
Sign In
kfm
/
niveum
Watch
1
Star
0
Fork
0
You've already forked niveum
mirror of
https://github.com/kmein/niveum
synced
2026-03-16 18:21:07 +01:00
Code
Releases
Activity
Files
0d394f319f640cf1febf20d75d6a398eb29312f0
niveum
/
lib
/
default.nix
6 lines
98 B
Nix
Raw
Normal View
History
Unescape
Escape
feat(mail): add password command (broken)
2019-08-27 17:24:33 +02:00
{
lib
}:
Revert "MASSIVE restructuring" This reverts commit b94da2d55091944a7cd461c1355fb658a4e12625.
2019-01-30 13:16:49 +01:00
{
commaSep
=
builtins
.
concatStringsSep
"
,
"
;
feat(mail): add password command (broken)
2019-08-27 17:24:33 +02:00
strip
=
lib
.
strings
.
removeSuffix
"
\n
"
;
Revert "MASSIVE restructuring" This reverts commit b94da2d55091944a7cd461c1355fb658a4e12625.
2019-01-30 13:16:49 +01:00
}
Copy Permalink