Polish ringtail NixOS config and add documentation #208
1 changed files with 4 additions and 0 deletions
Add gnupg and nix-ld for mise-installed runtimes
gnupg fixes GPG verification warnings. nix-ld provides a dynamic linker shim so generic Linux binaries (dotnet, rustup, etc.) downloaded by mise can run on NixOS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
24fc5df7ec
|
|
@ -133,8 +133,12 @@
|
|||
gnumake
|
||||
pkg-config
|
||||
openssl
|
||||
gnupg
|
||||
];
|
||||
|
||||
# Allow running dynamically linked binaries (mise-installed runtimes, etc.)
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.victor-mono
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue