news: add entry for nix-remote-build

This commit is contained in:
Gaetan Lepage
2025-09-19 01:16:04 +02:00
committed by Austin Horstman
parent e81d71d53a
commit e387519338

View File

@@ -0,0 +1,8 @@
{
time = "2025-09-18T23:12:11+00:00";
condition = true;
message = ''
Nix remote builders can be declared by setting `nix.distributedBuilds = true`
and populating `nix.buildMachines`.
'';
}