mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
misc: fix python environment options
This commit is contained in:
parent
a1f8b437b3
commit
d52f656a8b
3 changed files with 18 additions and 31 deletions
|
@ -2,13 +2,10 @@
|
|||
plain = {};
|
||||
|
||||
python-packages = {
|
||||
python = {
|
||||
package = pkgs.python3;
|
||||
extraPythonPackages = p:
|
||||
with p; [
|
||||
numpy
|
||||
];
|
||||
};
|
||||
extraPythonPackages = p:
|
||||
with p; [
|
||||
numpy
|
||||
];
|
||||
};
|
||||
|
||||
simple-plugin = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue