summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-11 22:32:55 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-17 01:11:27 +1100
commit6d20de4ed606846230f766cc059bf01b47b8e2d4 (patch)
tree1e6044767c46e13ffa328306550698dafba4aa08
parent7918e24e5b999e36c923573e9d6ac183b0c00f38 (diff)
nix: remove outdated note requiring managed daemon for distributedBuilds
For Nix 1, some environment variables were set when using distributed builds requiring the Nix daemon to be managed by nix-darwin. However, support for Nix 1 has been removed and no other environment variables for Nix are set by default.
-rw-r--r--modules/nix/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix
index 3751e8c..09e6e50 100644
--- a/modules/nix/default.nix
+++ b/modules/nix/default.nix
@@ -191,9 +191,6 @@ in
description = ''
Whether to distribute builds to the machines listed in
{option}`nix.buildMachines`.
-
- NOTE: This requires services.nix-daemon.enable for a
- multi-user install.
'';
};