fix: supply runtime prerequisites for unchanged Neovim plugins

This commit is contained in:
Coding Agent
2026-09-05 06:38:48 +00:00
parent 7c24d3639b
commit 99720c3e21
2 changed files with 11 additions and 0 deletions
+10
View File
@@ -6,10 +6,20 @@ in
{
programs.git.enable = true;
programs.zsh.enable = true;
# Mason's upstream Linux executables expect a conventional dynamic loader.
programs.nix-ld.enable = true;
environment.systemPackages = with pkgs; [
nixfmt
pi-coding-agent
# Runtime build prerequisites for the unchanged Lazy/Mason plugin workflow.
gcc
gnumake
pkg-config
python3
nodejs
lua5_1
luajitPackages.luarocks
ripgrep
fd
eza