mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
less newlines
This commit is contained in:
parent
365f87eb04
commit
98fa6387ac
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in rec {
|
|||
number ? "2",
|
||||
runeKind ? "braille",
|
||||
}:
|
||||
"[1;3${number}m\n\n" + runes.${rune}.${runeKind} + "\n[0m";
|
||||
"[1;3${number}m\n" + runes.${rune}.${runeKind} + "\n[0m";
|
||||
|
||||
forAllSystems = f: genAttrs supportedSystems (system: f nixpkgs.legacyPackages.${system});
|
||||
|
||||
|
|
Loading…
Reference in a new issue