chore(nix): fix build

This commit is contained in:
Gregor Kleen 2019-07-31 13:23:58 +02:00
parent cab0a89fe6
commit f2019a30c7

View File

@ -1,4 +1,4 @@
{ ghc, nixpkgs ? import ./nixpkgs.nix }:
{ ghc, nixpkgs ? import ./nixpkgs.nix {} }:
let
haskellPackages = import ./stackage.nix { inherit nixpkgs; };