From 64ccc424cfa65e2e94f3d01dcc880e3dbde96968 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Sat, 11 Aug 2018 22:44:45 -0300 Subject: (#5) rm files from nix build --- gf.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gf.nix (limited to 'gf.nix') diff --git a/gf.nix b/gf.nix deleted file mode 100644 index 2926651f3..000000000 --- a/gf.nix +++ /dev/null @@ -1,19 +0,0 @@ -let - # We import the package hierarchy from the NIX_PATH. - pkgs = import {}; - - # - # The `cgi` package has some out-of-date upper bounds. - # Instead of fixing that upstream, we can use the "jailbreak" - # function in Nix, which patches away the upper bounds. - # - # This isn't ideal, but it lets us build the dependency. - # - jailbreak = pkgs.haskell.lib.doJailbreak; - haskellPackages = pkgs.haskellPackages.extend (self: super: { - cgi = jailbreak super.cgi; - }); - -in { - gf = haskellPackages.callPackage (import ./default.nix) {}; -} -- cgit v1.2.3