Skip to content

katyo/d-lang.nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra D-lang tools for NixOS

Currently this overlay adds dcd-client and dcd-server commands only.

The D Completion Daemon is an auto-complete program for the D programming language. See DCD repository.

Installation

# Add overlay locally
git clone https://github.com/katyo/d-lang.nix ~/.config/nixpkgs/overlays

# Install package
nix-env -iA nixos.dcd

Usage

See spacemacs D-lang page.

See also DCD usage guide.