Polish ringtail NixOS config and add documentation #208

Merged
eblume merged 30 commits from feature/ringtail-nixos into main 2026-02-18 17:53:48 -08:00
Showing only changes of commit 8f7b7ea11a - Show all commits

Add ICU and python build deps for mise runtimes

dotnet needs libicu for globalization support. python-build needs
zlib, readline, bzip2, xz, libffi, ncurses, and sqlite.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Erich Blume 2026-02-18 15:18:11 -08:00

View file

@ -134,6 +134,14 @@
pkg-config
openssl
gnupg
icu
zlib
readline
bzip2
xz
libffi
ncurses
sqlite
];
# Allow running dynamically linked binaries (mise-installed runtimes, etc.)