diff options
Diffstat (limited to 'org')
-rw-r--r-- | org/config_nix.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 80c905d..45bfb9a 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -90,7 +90,10 @@ inherit shellHook; }; dsh-spine = spine.devShells.${system}.default; - dsh-overlay-ldc = d-overlay.devShells.${system}.default; + dsh-overlay-dmd = d-overlay.devShells.${system}.dsh-overlay-dmd-dub; + dsh-nixpkgs-dmd = d-overlay.devShells.${system}.dsh-nixpkgs-dmd-dub; + dsh-overlay-ldc = d-overlay.devShells.${system}.dsh-overlay-ldc-dub; + dsh-nixpkgs-ldc = d-overlay.devShells.${system}.dsh-nixpkgs-ldc-dub; dsh-epub = mkShell { name = "spine dev shell for epub output"; inherit shell; |