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 cee83b1 commit b10973cCopy full SHA for b10973c
start
@@ -449,8 +449,8 @@ if [ "${MODE}" = "nix" ]; then
449
cat >> .bazelrc <<-EOF
450
# This project uses a GHC provisioned via nix.
451
# 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
+ build --host_platform=@rules_nixpkgs_core//platforms:host
+ run --host_platform=@rules_nixpkgs_core//platforms:host
454
455
EOF
456
fi
0 commit comments