We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afed646 commit 2e4e637Copy full SHA for 2e4e637
WORKSPACE
@@ -48,9 +48,15 @@ nixpkgs_local_repository(
48
load(
49
"@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl",
50
"nixpkgs_package",
51
+ "nixpkgs_cc_configure",
52
"nixpkgs_python_configure",
53
)
54
55
+nixpkgs_cc_configure(
56
+ name = "nixpkgs_config_cc",
57
+ repository = "@rules_haskell//nixpkgs:default.nix",
58
+)
59
+
60
nixpkgs_python_configure(repository = "@nixpkgs")
61
62
load("@rules_haskell//haskell:cabal.bzl", "stack_snapshot")
0 commit comments