nixvim
                                
                                 nixvim copied to clipboard
                                
                                    nixvim copied to clipboard
                            
                            
                            
                        [BUG] jupytext not found when running with jupytext-nvim
| Field | Description | 
|---|---|
| Plugin | jupytext | 
| Nixpkgs | 24.05 (some packages come from unstable) | 
| Home Manager | 24.05 | 
- [x] I have read the FAQ and my bug is not listed there.
Description
When installing the jupytext plugin and trying to open a *.ipynb file, this fails with jupytext ... : 127 (command not found)
Minimal, Reproducible Example (MRE)
programs.nixvim = {
  plugins.jupytext.enable = true;
}
Other things I've tried
I have tried:
- setting programs.nixvim.extraPython3Packages = p: [p.jupytext];(same error)
- entering a devshell with python3.jupytextavailable (works properly)