summaryrefslogtreecommitdiffhomepage
path: root/org/dlang-nix-flakes.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-03-21 12:24:39 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-03-21 12:26:29 -0400
commit860052e3f3ca87e041278a06e2914fa5ae3527bf (patch)
tree8169b26b9cd4843ed1f20a29e3514662ce31775b /org/dlang-nix-flakes.org
parentdmd-2.110.0 (diff)
ldc-1.40.1 (based on D 2.110.0) - overlay
Diffstat (limited to 'org/dlang-nix-flakes.org')
-rw-r--r--org/dlang-nix-flakes.org20
1 files changed, 13 insertions, 7 deletions
diff --git a/org/dlang-nix-flakes.org b/org/dlang-nix-flakes.org
index 9ffdf60..d975188 100644
--- a/org/dlang-nix-flakes.org
+++ b/org/dlang-nix-flakes.org
@@ -432,32 +432,34 @@ use flake .
inherit shell;
inherit devEnv;
packages = [
- gnumake
ldc
dub
dtools
+ gnumake
];
inherit shellHook;
};
dsh-overlay-ldc-dub = mkShell {
- name = "overlay - ldc-<<ldc_version>> - dub-<<dub_version>>";
+ name = "overlay - ldc-<<ldc_version>> - dub-<<dub_version>> - dtools-<<dtools_version>>";
inherit shell;
inherit devEnv;
packages = [
- gnumake
ldc
dub
+ dtools
+ gnumake
];
inherit shellHook;
};
dsh-overlay-dmd-dub = mkShell {
- name = "overlay - dmd-<<dmd_version>> - dub-<<dub_version>>";
+ name = "overlay - dmd-<<dmd_version>> - dub-<<dub_version>> - dtools-<<dtools_version>>";
inherit shell;
inherit devEnv;
packages = [
- gnumake
dmd
dub
+ dtools
+ gnumake
];
inherit shellHook;
};
@@ -466,11 +468,12 @@ use flake .
inherit shell;
inherit devEnv;
packages = [
- gnumake
ldc
gtkd
tilix
dub
+ dtools
+ gnumake
];
inherit shellHook;
};
@@ -479,9 +482,10 @@ use flake .
# inherit shell;
# inherit devEnv;
# packages = [
- # gnumake
# gdc
# dub
+ # dtools
+ # gnumake
# ];
# inherit shellHook;
#};
@@ -492,6 +496,7 @@ use flake .
packages = with pkgs-nix; [
ldc
dub
+ dtools
gnumake
];
inherit shellHook;
@@ -503,6 +508,7 @@ use flake .
packages = with pkgs-nix; [
dmd
dub
+ dtools
gnumake
];
inherit shellHook;