Skip to content

Commit a164913

Browse files
authored
globals.hh: fix broken link to nspawn example
The substitution included the `.` at the end of the URL, breaking it.
1 parent 98a883b commit a164913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/include/nix/store/globals.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ public:
873873
On Linux, Nix can run builds in a user namespace where they run as root (UID 0) and have 65,536 UIDs available.
874874
This is primarily useful for running containers such as `systemd-nspawn` inside a Nix build. For an example, see [`tests/systemd-nspawn/nix`][nspawn].
875875
876-
[nspawn]: https://github.com/NixOS/nix/blob/67bcb99700a0da1395fa063d7c6586740b304598/tests/systemd-nspawn.nix.
876+
[nspawn]: https://github.com/NixOS/nix/blob/67bcb99700a0da1395fa063d7c6586740b304598/tests/systemd-nspawn.nix
877877
878878
Included by default on Linux if the [`auto-allocate-uids`](#conf-auto-allocate-uids) setting is enabled.
879879
)",

0 commit comments

Comments
 (0)