Skip to content

Commit fc6d7dc

Browse files
committed
configure nixpkgs cc_toolchain for recompilation test
1 parent cc9cc85 commit fc6d7dc

File tree

1 file changed

+7
-0
lines changed
  • rules_haskell_tests/tests/recompilation/recompilation_workspace

1 file changed

+7
-0
lines changed

Diff for: rules_haskell_tests/tests/recompilation/recompilation_workspace/WORKSPACE

+7
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ haskell_register_ghc_nixpkgs(
2121
load("@rules_haskell//haskell:toolchain.bzl", "rules_haskell_toolchains")
2222

2323
rules_haskell_toolchains(version = "8.10.7")
24+
25+
load("@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl", "nixpkgs_cc_configure")
26+
27+
nixpkgs_cc_configure(
28+
name = "nixpkgs_config_cc",
29+
repository = "@rules_haskell//nixpkgs:default.nix",
30+
)

0 commit comments

Comments
 (0)