mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Add "on Linux" qualifier
This commit is contained in:
parent
d534f137f0
commit
f46612be96
1 changed files with 2 additions and 2 deletions
|
@ -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