aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-10-19 13:38:37 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-10-20 12:12:28 -0400
commit109d32b1183717ac19ee2109abb41177bf9e71ff (patch)
tree3e45be8dd66e6e4e7f86469dcf4d225bdc9ce55f /shell.nix
parentspine info update (diff)
project nix shell(s)
Diffstat (limited to 'shell.nix')
l---------[-rw-r--r--]shell.nix22
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