From 3275a6b3613c387d99cf2978a4a68a8af69bed11 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Fri, 20 Dec 2024 10:55:08 +0000 Subject: [PATCH] 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`. --- nixos/modules/config/nix-remote-build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/config/nix-remote-build.nix b/nixos/modules/config/nix-remote-build.nix index 11fcec30ff640..4786fef31d065 100644 --- a/nixos/modules/config/nix-remote-build.nix +++ b/nixos/modules/config/nix-remote-build.nix @@ -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 =