1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
This commit is contained in:
Kierán Meinhardt
2019-04-10 21:14:29 +02:00
parent c70c4369dc
commit b9a6f33aa4
21 changed files with 88 additions and 62 deletions

3
lib/default.nix Normal file
View File

@@ -0,0 +1,3 @@
{
commaSep = builtins.concatStringsSep ",";
}