Sigh...does this work or not?
This commit is contained in:
parent
bf4a77fcd8
commit
12cf9bfeee
|
@ -5,8 +5,10 @@
|
|||
with lib;
|
||||
let
|
||||
removeBlankLines = str:
|
||||
concatStringsSep "\n\n"
|
||||
(filter isString (builtins.split "[\\n][\\n]+" str));
|
||||
concatStringsSep "\n\n" (filter isString (builtins.split ''
|
||||
|
||||
|
||||
+'' str));
|
||||
|
||||
joinLines = concatStringsSep "\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue