Distributed build: Difference between revisions

imported>Milahu
add link: Offloading NixOS builds to a faster machine
imported>Aviallon
Remove note as issue #46038 was fixed by https://github.com/NixOS/nixpkgs/pull/46041
Line 105: Line 105:
{{Expansion|untested}}
{{Expansion|untested}}
The previous method should be rather easily adaptable: replace adding NixOS options by editing <code>/etc/nix/nix.conf</code>.
The previous method should be rather easily adaptable: replace adding NixOS options by editing <code>/etc/nix/nix.conf</code>.
==== Note ====
Because of bug {{Issue|46038}}, you need to set <code>nix.distributedBuilds = true;</code> in <code>configuration.nix</code> ''even if'' you are triggering a distributed build via the command line.


== Using remote builders ==
== Using remote builders ==