nixos-config/modules/dev/default.nix
Simon Bruder 84ad07f5f2
Remove dev/python module
pyls is used with nix-shell, so no system-wide installation is needed
anymore.
2020-10-11 14:46:44 +02:00

8 lines
54 B
Nix

{ pkgs, ... }:
{
imports = [
./rust.nix
];
}