add lib and config
This commit is contained in:
parent
cee14340cc
commit
2f3ef14a97
1 changed files with 2 additions and 0 deletions
|
@ -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 = ./.; };
|
||||||
|
|
Loading…
Reference in a new issue