Add "on Linux" qualifier

This commit is contained in:
Eelco Dolstra 2012-09-25 16:30:37 -04:00
parent d534f137f0
commit f46612be96
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
<listitem>
<para>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:
<screen>
$ mount --bind /nix/store /nix/store