diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-04-18 19:47:41 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-04-18 19:58:26 -0400 |
commit | 49151faf956718119b843ce9f3090d0edfd86b52 (patch) | |
tree | 44f88905a5c266a74e55dd01aba08ba16435d546 /flake.nix | |
parent | dmd-2.111.0 (diff) |
- plus minor housekeeping/tidy
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -211,7 +211,7 @@ with pkgs-nix; { dsh-d-overlay = spine-d-overlay.devShells.${system}.default; dsh-overlay = mkShell { - name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, ldc-1.40.1, dub-1.39.0"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ @@ -248,7 +248,7 @@ inherit shellHook; }; dsh-overlay-dmd-dub = mkShell { - name = "spine-0.18.0 base dev shell, dmd-2.109.1, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, dmd-2.111.0, dub-1.39.0"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ @@ -260,7 +260,7 @@ inherit shellHook; }; dsh-overlay-ldc-dub = mkShell { - name = "spine-0.18.0 base dev shell, ldc-1.40.0, dub-1.38.1"; + name = "spine-0.18.0 base dev shell, ldc-1.40.1, dub-1.39.0"; inherit shell; inherit devEnv; packages = with pkgs-ovl; [ |