Simon Bruder
84ad07f5f2
pyls is used with nix-shell, so no system-wide installation is needed anymore.
8 lines
54 B
Nix
8 lines
54 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./rust.nix
|
|
];
|
|
}
|