nixos/nix-remote-build: correct comment

This module potentially generates `/etc/nix/machines`. Correct an
existing comment to refer to that path rather than `/etc/machines`.
This commit is contained in:
Adam Dinwoodie 2024-12-20 10:55:08 +00:00
parent 7db241fb14
commit 3275a6b361

View file

@ -225,7 +225,7 @@ in
};
};
# distributedBuilds does *not* inhibit /etc/machines generation; caller may
# distributedBuilds does *not* inhibit /etc/nix/machines generation; caller may
# override that nix option.
config = mkIf cfg.enable {
assertions =