mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
7db241fb14
commit
3275a6b361
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue