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-verNix.nix | |
parent | org tags (diff) |
ldc in need of newer dub
Diffstat (limited to 'nixDevEnv/shells/shell-dmd-verNix.nix')
-rw-r--r-- | nixDevEnv/shells/shell-dmd-verNix.nix | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/nixDevEnv/shells/shell-dmd-verNix.nix b/nixDevEnv/shells/shell-dmd-verNix.nix index a673c35..7f16efe 100644 --- a/nixDevEnv/shells/shell-dmd-verNix.nix +++ b/nixDevEnv/shells/shell-dmd-verNix.nix @@ -1,12 +1,5 @@ -{ 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 ? import <nixpkgs> {} }: +pkgs.mkShell { buildInputs = with pkgs; [ nix dub |