`nix-build --rebuild` 与远程构建器不兼容
作者: Tristano8创建于 2024年4月10日更新于 2026年9月16日
标签bugremote build
Describe the bug
nix build doesn't use a remote builder, even when passed explicitly via --builder, unless explicitly telling it to ignore local builds. It seems like the nix scheduler thinks that it can build an x86_64-linux derivation locally, then at build time discovers that it cannot actually do that
内容来源: NixOS/nix