Skip to content

Commit

Permalink
Forward nix_file_deps to unix_nixpkgs_kwargs
Browse files Browse the repository at this point in the history
Required if `<nixpkgs>` as defined by `repository` imports
additional files.
  • Loading branch information
aherrmann committed Oct 10, 2019
1 parent 53ab844 commit 4c42e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def haskell_register_ghc_nixpkgs(

# Unix tools toolchain required for Cabal packages
unix_nixpkgs_kwargs = dict(
nix_file_deps = nix_file_deps,
nixopts = nixopts,
repositories = repositories,
repository = repository,
Expand Down

0 comments on commit 4c42e3d

Please sign in to comment.