Add "on Linux" qualifier

This commit is contained in:
Eelco Dolstra 2012-09-25 16:30:37 -04:00
parent d534f137f0
commit f46612be96

View file

@ -17,8 +17,8 @@
<listitem> <listitem>
<para>Nix no longer sets the immutable bit on files in the Nix <para>Nix no longer sets the immutable bit on files in the Nix
store. Instead, the recommended way to guard the Nix store store. Instead, the recommended way to guard the Nix store
against accidental modification is to make it a read-only bind against accidental modification on Linux is to make it a read-only
mount, like this: bind mount, like this:
<screen> <screen>
$ mount --bind /nix/store /nix/store $ mount --bind /nix/store /nix/store