From 2d9778dc01c8ca6c5a915e1ee638251878990d10 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 13 Oct 2020 14:09:43 -0400 Subject: build nix derivation (using dub2nix helper tool) - nix-shell - nix-build - dub2nix (dub to nix helper tool) - Lionello Lunesu - MIT License - https://github.com/lionello/dub2nix --- nixDevEnv/overlays/dmdVersion.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 nixDevEnv/overlays/dmdVersion.nix (limited to 'nixDevEnv/overlays') diff --git a/nixDevEnv/overlays/dmdVersion.nix b/nixDevEnv/overlays/dmdVersion.nix deleted file mode 100644 index 51e1f67..0000000 --- a/nixDevEnv/overlays/dmdVersion.nix +++ /dev/null @@ -1,17 +0,0 @@ -self: super: rec { - version = "2.094.0"; - sha256 = "0xhm8m46ahfx3hcibi3vws02zaplny3226f3x8cd8584gzfqyzxp"; - year = "2020"; - dmd = super.dmd.overrideAttrs(oldAttrs: rec { - inherit year version sha256; - pname = oldAttrs.pname; - name = "${pname}-${version}"; - src = super.fetchurl { - url = "http://downloads.dlang.org/releases/${year}/dmd.${version}.linux.tar.xz"; - sha256 = sha256; - }; - # postUnpack = '' - # patchShebangs . - # ''; - }); -} -- cgit v1.2.3