diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-19 13:38:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-20 12:12:28 -0400 |
commit | 109d32b1183717ac19ee2109abb41177bf9e71ff (patch) | |
tree | 3e45be8dd66e6e4e7f86469dcf4d225bdc9ce55f /shell.nix | |
parent | spine info update (diff) |
project nix shell(s)
Diffstat (limited to 'shell.nix')
l---------[-rw-r--r--] | shell.nix | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/shell.nix b/shell.nix index 31cfcfb..fa9f1e2 100644..120000 --- a/shell.nix +++ b/shell.nix @@ -1,21 +1 @@ -{ pkgs ? import <nixpkgs> { - overlays = [ - (import ./nixDevEnv/overlays/ldcVersion.nix) - ]; } -}: -let - dub2nix-src = fetchTarball { - url = "https://github.com/lionello/dub2nix/archive/master.tar.gz"; - }; - dub2nix = (import dub2nix-src) { inherit pkgs; }; -in pkgs.mkShell { - buildInputs = with pkgs; [ - nix - dub - ldc - rdmd - sqlite - dub2nix - nix-prefetch-git - ]; -} +nixDevEnv/shells/shell-ldc-verUser.nix
\ No newline at end of file |