update again

This commit is contained in:
Daylin Morgan 2024-01-28 23:42:57 -06:00
parent fde2538cb3
commit ec58278c35
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -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} + "";
forAllSystems = f: genAttrs supportedSystems (system: f nixpkgs.legacyPackages.${system});