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

View file

@ -15,7 +15,7 @@ in rec {
number ? "2", number ? "2",
runeKind ? "braille", 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}); forAllSystems = f: genAttrs supportedSystems (system: f nixpkgs.legacyPackages.${system});