summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-04-29 21:34:18 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2026-04-29 21:38:01 -0400
commit9f36592169e560a6b860df9ee33e244d0d99031d (patch)
treebf63dcebaa0fae1a49c26b34a8f7716fdcef985c /README.md
parentpackage.nix cosmetic line-breaks for build command (diff)
flake devshells renames
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6416247..e2b1301 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ mkdir -p ~/.config/nix && echo "experimental-features = flakes nix-command" >> ~
- to use the D compiler ldc2:
# on nix (get dependencies by setting your development environment):
- nix develop ".#dsh-nixpkgs-ldc-dub" --print-build-logs -c zsh
+ nix develop ".#dsh-nixpkgs-ldc" --print-build-logs -c zsh
# assuming you have ldc2 & dub installed on your system:
dub run --compiler=ldmd2 --config=ldmd2 --combined --skip-registry=all
@@ -145,7 +145,7 @@ mkdir -p ~/.config/nix && echo "experimental-features = flakes nix-command" >> ~
- to use the D compiler dmd:
# on nix (get dependencies by setting your development environment):
- nix develop ".#dsh-nixpkgs-dmd-dub" --print-build-logs -c zsh
+ nix develop ".#dsh-nixpkgs-dmd" --print-build-logs -c zsh
# assuming you have dmd & dub installed on your system:
dub run --compiler=dmd --config=dmd --combined --skip-registry=all