Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katyo/d-lang.nix
D-lang tools overlay for NixOS
https://github.com/katyo/d-lang.nix
Last synced: 16 days ago
JSON representation
D-lang tools overlay for NixOS
- Host: GitHub
- URL: https://github.com/katyo/d-lang.nix
- Owner: katyo
- Created: 2020-07-25T20:05:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T04:52:34.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T16:12:11.480Z (2 months ago)
- Language: Shell
- Size: 740 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/dlang-community/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](https://develop.spacemacs.org/layers/+lang/d/README.html) page.
See also [DCD](https://github.com/dlang-community/DCD#client) usage guide.