diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index b8220dd96a..0a69f43b1f 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -17,8 +17,8 @@ Nix no longer sets the immutable bit on files in the Nix store. Instead, the recommended way to guard the Nix store - against accidental modification is to make it a read-only bind - mount, like this: + against accidental modification on Linux is to make it a read-only + bind mount, like this: $ mount --bind /nix/store /nix/store