diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-28 15:15:03 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-28 15:15:03 -0500 |
commit | 2e34620551b30c099cacc386ba9127f0bd04f77c (patch) | |
tree | 4a1ba8b6ec3f23b8b78412d0c6742cff399b25e0 /nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix | |
parent | nix derivation, dub & dub2nix using ldc2 1.24.0 ok (diff) |
directory nixEnv (renamed from nixDevEnv)
Diffstat (limited to 'nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix')
-rw-r--r-- | nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix b/nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix new file mode 100644 index 0000000..334aece --- /dev/null +++ b/nixEnv/nixDevEnv/shells/shell-dmd-verUser.nix @@ -0,0 +1,14 @@ +{ pkgs ? import <nixpkgs> + { overlays = [ ]; } +}: +pkgs.mkShell { + buildInputs = with pkgs; [ + nix + dub + dmd + rdmd + sqlite + dub2nix + nix-prefetch-git + ]; +} |