summaryrefslogtreecommitdiff
path: root/sysutils/nix/files/pkg-message.in
blob: ca99d9b51e8b255ceaf16266aed94cec0a083852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
	type: install
	message: <<EOD
Experimental support
--------------------

Nix support is very much experimental on FreeBSD. The sysutils/nix port is
mainly aimed at developers, testers, and curious users. Nix should not be
considered stable yet on FreeBSD.

Creating Nix build users
------------------------

Nix build users may be created by executing the "add-nixbld-users" script
(which is located in "%%DATADIR%%") and specifying
the desired number of build users as an argument.

For example:

%%DATADIR%%/add-nixbld-users 4

is going to create 4 nixbld users.

See https://nixos.org/nix/manual/#ssec-multi-user for more details about
build users.
EOD
}
]