Login
From:
yaymukund's weblog
(Uncensored)
subscribe
Overriding packages in NixOS
https://blog.yaymukund.com/posts/nixos-overriding-packages/
links
backlinks
Roast topics
Find topics
Find it!
In NixOS, it’s sometimes desirable to override a package in order to extend or modify its behavior. For example, I override my Neovim to add plugins so they get all the benefits of being in the nix store. Here’s how I do it.