mirror of
https://github.com/NixOS/nix
synced 2025-07-13 17:10:47 +02:00
globals.hh: fix broken link to nspawn example
The substitution included the `.` at the end of the URL, breaking it.
This commit is contained in:
parent
98a883b51a
commit
a16491375a
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ public:
|
|||
On Linux, Nix can run builds in a user namespace where they run as root (UID 0) and have 65,536 UIDs available.
|
||||
This is primarily useful for running containers such as `systemd-nspawn` inside a Nix build. For an example, see [`tests/systemd-nspawn/nix`][nspawn].
|
||||
|
||||
[nspawn]: https://github.com/NixOS/nix/blob/67bcb99700a0da1395fa063d7c6586740b304598/tests/systemd-nspawn.nix.
|
||||
[nspawn]: https://github.com/NixOS/nix/blob/67bcb99700a0da1395fa063d7c6586740b304598/tests/systemd-nspawn.nix
|
||||
|
||||
Included by default on Linux if the [`auto-allocate-uids`](#conf-auto-allocate-uids) setting is enabled.
|
||||
)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue