From f46612be96a70a188cd48462ac94089d3e95a36b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Sep 2012 16:30:37 -0400 Subject: [PATCH] Add "on Linux" qualifier --- doc/manual/release-notes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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