about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--WORKSPACE10
1 files changed, 9 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index bb69b80a3c..c06fcc2ed3 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,7 +12,15 @@ local_repository(
   path = "third_party/bazel/rules_nixpkgs",
 )
 
-load("@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl", "nixpkgs_local_repository", "nixpkgs_package")
+load(
+  "@io_tweag_rules_nixpkgs//nixpkgs:nixpkgs.bzl",
+  "nixpkgs_cc_configure",
+  "nixpkgs_package",
+)
+
+nixpkgs_cc_configure(
+  repositories = { "nixpkgs": "default.nix" },
+)
 
 # SECTION: Haskell