We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9cc85 commit fc6d7dcCopy full SHA for fc6d7dc
rules_haskell_tests/tests/recompilation/recompilation_workspace/WORKSPACE
@@ -21,3 +21,10 @@ haskell_register_ghc_nixpkgs(
21
load("@rules_haskell//haskell:toolchain.bzl", "rules_haskell_toolchains")
22
23
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