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