Skip to content
Commit c1752666 authored by Symphorien Gibol's avatar Symphorien Gibol
Browse files

neovim wrapper: use python.withPackages instead of python.buildEnv

They are both as powerful, but buildEnv is treacherous: if you pass a
package which depends on another python (for example the one of unstable
when you are on stable) it will be *silently* dropped, leading to hair
pulling.

Use case:
override neovim from unstable, but still keep stable's pythonPackages.
parent 10436a70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment