Remove dev/python module
pyls is used with nix-shell, so no system-wide installation is needed anymore.
This commit is contained in:
parent
9956ab2829
commit
84ad07f5f2
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./python.nix
|
|
||||||
./rust.nix
|
./rust.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
python37Packages.python-language-server
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue