1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-17 07:52:47 +01:00
nixvim/plugins/by-name/jupytext/deprecations.nix
saygo-png 02da36ced8 plugins/jupytext: move jupytext to PATH
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-27 03:03:18 +00:00

13 lines
235 B
Nix

lib: {
imports = [
# TODO: introduced 2025-10-25: remove after 26.05
(lib.mkRenamedOptionModule
[
"plugins"
"jupytext"
"python3Dependencies"
]
[ "extraPython3Packages" ]
)
];
}