diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-13 22:58:26 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-13 23:19:57 -0500 |
commit | 0de4f2c1f970d911cf413bab89ec91896b12c30b (patch) | |
tree | cb7b95cd325aed9c85949d0fa22a270c26eb012c /nixDevEnv/shells/shell-dmd-verUser.nix | |
parent | org tags (diff) |
ldc in need of newer dub
Diffstat (limited to 'nixDevEnv/shells/shell-dmd-verUser.nix')
-rw-r--r-- | nixDevEnv/shells/shell-dmd-verUser.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/nixDevEnv/shells/shell-dmd-verUser.nix b/nixDevEnv/shells/shell-dmd-verUser.nix index a673c35..334aece 100644 --- a/nixDevEnv/shells/shell-dmd-verUser.nix +++ b/nixDevEnv/shells/shell-dmd-verUser.nix @@ -1,12 +1,7 @@ { pkgs ? import <nixpkgs> { overlays = [ ]; } }: -let - dub2nix-src = fetchTarball { - url = "https://github.com/lionello/dub2nix/archive/master.tar.gz"; - }; - dub2nix = (import dub2nix-src) { inherit pkgs; }; -in pkgs.mkShell { +pkgs.mkShell { buildInputs = with pkgs; [ nix dub |