forked from lix-project/lix
Add "on Linux" qualifier
This commit is contained in:
parent
d534f137f0
commit
f46612be96
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue