Open
Description
Describe the bug
nix build --offline
does not substitute, but does contact remote builders, even if that's not necessary.
Steps To Reproduce
- Have a remote builder that can build the same things as the local builder (ie system/extra-platforms)
nix build --offline
- Observe that Nix sends work to the remote builder
Expected behavior
Remote builders are ignored.
Ideally, local VMs are still used. Currently Nix does not know which builders remote builders are actually local.
nix-env --version
output
2.25pre
Additional context
Priorities
Add 👍 to issues you find important.