2.home-manager/tests
Austin Horstman 3d8f49f360 alacritty: normalize key binding escape sequences
`pkgs.formats.toml` escapes backslashes and cannot emit raw control
characters, so key-binding `chars` written as escape text (e.g.
"\uXXXX" or the "\^[" caret form) ended up as invalid literals in the
generated config. Rewrite each escape to a placeholder before
generation and restore it to "\u" afterward.

Use `builtins.split` so escapes are handled anywhere in the value,
including when repeated or mixed with other text.
2026-06-25 14:20:58 -05:00
..
integration tests: fix integration tests 2026-06-20 00:05:51 +02:00
lib lib: add DAG-aware format generators 2026-06-18 07:59:18 -05:00
modules alacritty: normalize key binding escape sequences 2026-06-25 14:20:58 -05:00
asserts.nix treewide: reformat nixfmt-rfc-style 2025-04-08 08:50:05 -07:00
big-test.nix treewide: Prevent IFD by default 2025-05-07 10:34:18 -05:00
darwinScrublist.nix zsh: add 'fastSyntaxHighlighting' 2026-06-23 08:09:29 -05:00
default.nix misc: move modules spanning multiple files into subdirs 2026-06-19 08:59:16 -05:00
package.nix tests: support override-inputs in test runner 2026-04-24 13:06:58 -05:00
stubs.nix tests: split stub derivation attrs from methods 2026-04-23 18:12:20 -05:00
tests.py treefmt: format Python with ruff 2026-06-19 10:00:25 -05:00