aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-23 09:40:47 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-23 09:40:47 -0400
commitb2b7acf01143b855487ec1dc8826ef40c5921990 (patch)
treecd888b45ad87bd21e9722f917a1704b9aed47655 /flake.nix
parentnix direnv v 3.0.4 (diff)
nix flake housekeeping
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 613884d..ea7ed6d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -65,7 +65,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;