{ buildModule, epkgs, pkgs }: ## TODO: move some of this stuff into a generic "ide" or "lsp" module! with epkgs; with pkgs; (buildModule "rust" ./. [ # lsp integration lsp-mode lsp-ui company # projectile mode projectile # real-time diagnostigs flycheck pkg-info epl # Snippet support yasnippet # rust specifics rust-mode ])