Skip to content

Commit b10973c

Browse files
committed
Use new rules_nixpkgs name in start script
1 parent cee83b1 commit b10973c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ if [ "${MODE}" = "nix" ]; then
449449
cat >> .bazelrc <<-EOF
450450
# This project uses a GHC provisioned via nix.
451451
# We need to use the rules_haskell nix toolchain accordingly:
452-
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
453-
run --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
452+
build --host_platform=@rules_nixpkgs_core//platforms:host
453+
run --host_platform=@rules_nixpkgs_core//platforms:host
454454
455455
EOF
456456
fi

0 commit comments

Comments
 (0)