aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_nix.org
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 /org/config_nix.org
parentnix direnv v 3.0.4 (diff)
nix flake housekeeping
Diffstat (limited to 'org/config_nix.org')
-rw-r--r--org/config_nix.org5
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;