1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/lib/default.nix

6 lines
98 B
Nix
Raw Normal View History

{ lib }:
{
commaSep = builtins.concatStringsSep ",";
strip = lib.strings.removeSuffix "\n";
}