add lib and config

This commit is contained in:
nek0 2019-12-23 06:34:46 +01:00
parent cee14340cc
commit 2f3ef14a97

View file

@ -1,5 +1,7 @@
{ pkgs ? import <nixpkgs> (import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz)) { pkgs ? import <nixpkgs> (import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz))
, haskellCompiler ? "ghc865" , haskellCompiler ? "ghc865"
, lib ? pkgs.lib
, config ? pkgs.config
}: }:
pkgs.haskell-nix.cabalProject { pkgs.haskell-nix.cabalProject {
src = pkgs.haskell-nix.haskellLib.cleanGit { src = ./.; }; src = pkgs.haskell-nix.haskellLib.cleanGit { src = ./.; };