NotAShelf / nvf

A highly modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS.
https://notashelf.github.io/nvf/
MIT License
158 stars 26 forks source link

flake: switch to nixos-unstable-small #294

Closed NotAShelf closed 4 months ago

NotAShelf commented 4 months ago

This moves our nixpkgs instance to nixos-unstable-small (previously nixos-unstable) to help get package updates faster, and potentially reduce eval times as certain packages (I think generally graphical toolkits) are excluded.

Additionally, it bumps all plugin inputs to help with Neovim 0.10.0 compatibility, which just landed in the unstable channel.