diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-23 09:40:47 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-04-23 09:40:47 -0400 |
commit | b2b7acf01143b855487ec1dc8826ef40c5921990 (patch) | |
tree | cd888b45ad87bd21e9722f917a1704b9aed47655 /org | |
parent | nix direnv v 3.0.4 (diff) |
nix flake housekeeping
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; |