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 /nixDevEnv/shells/packages-ldc.nix | |
parent | nix derivation, dub & dub2nix using ldc2 1.24.0 ok (diff) |
directory nixEnv (renamed from nixDevEnv)
Diffstat (limited to 'nixDevEnv/shells/packages-ldc.nix')
-rw-r--r-- | nixDevEnv/shells/packages-ldc.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nixDevEnv/shells/packages-ldc.nix b/nixDevEnv/shells/packages-ldc.nix deleted file mode 100644 index bcef059..0000000 --- a/nixDevEnv/shells/packages-ldc.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ pkgs ? import <nixpkgs> {} }: -let - dub2nix-src = fetchTarball { - url = "https://github.com/lionello/dub2nix/archive/master.tar.gz"; - }; - dub2nix = (import dub2nix-src) { inherit pkgs; }; -in -with pkgs; [ - nix - ldc - sqlite - nix-prefetch-git - validatePkgConfig -] |