Skip to content

Commit 536f951

Browse files
authored
[Backport 25.05] Avoid confusing users with future deprecations (nix-darwin#1512)
2 parents 294d18d + c013849 commit 536f951

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/system/primary-user.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
lib,
3-
options,
43
config,
54
...
65
}:
@@ -51,11 +50,7 @@
5150
)}
5251
5352
To continue using these options, set `system.primaryUser` to the name
54-
of the user you have been using to run `darwin-rebuild`. In the long
55-
run, this setting will be deprecated and removed after all the
56-
functionality it is relevant for has been adjusted to allow
57-
specifying the relevant user separately, moved under the
58-
`users.users.*` namespace, or migrated to Home Manager.
53+
of the user you have been using to run `darwin-rebuild`.
5954
6055
If you run into any unexpected issues with the migration, please
6156
open an issue at <https://github.com/nix-darwin/nix-darwin/issues/new>

0 commit comments

Comments
 (0)