From b2b7acf01143b855487ec1dc8826ef40c5921990 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 23 Apr 2024 09:40:47 -0400 Subject: nix flake housekeeping --- org/config_nix.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'org') 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; -- cgit v1.2.3