-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix use_stack
documentation
#2122
Conversation
Notice that I can neither test nor lint my changes locally. Here are the error messages.
|
f2b8d9a
to
ef1ddd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me 👍
The error messages seem to happen because NixOS requires the --config linux-nixpkgs
.
This will set specific flags as defined in the .bazelrc
file and in particular, --host_platform=@rules_nixpkgs_core//platforms:host
, which means NixOS compatible toolchains will then be selected.
To set this config automatically, you can add the line build --config linux-nixpkgs
to a .bazelrc.local
file.
(I'm letting you set the merge-queue
label to merge the branch).
@ylecornec I just checked again and I realized that the first part of |
Ah indeed, I also have various symlinks to the root
|
closes #1759.
Here is a screenshot.