add lib and config

This commit is contained in:
nek0 2019-12-23 06:34:46 +01:00
parent cee14340cc
commit 2f3ef14a97
1 changed files with 2 additions and 0 deletions

View File

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