Skip to content

Commit f46612b

Browse files
committed
Add "on Linux" qualifier
1 parent d534f13 commit f46612b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/manual/release-notes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<listitem>
1818
<para>Nix no longer sets the immutable bit on files in the Nix
1919
store. Instead, the recommended way to guard the Nix store
20-
against accidental modification is to make it a read-only bind
21-
mount, like this:
20+
against accidental modification on Linux is to make it a read-only
21+
bind mount, like this:
2222

2323
<screen>
2424
$ mount --bind /nix/store /nix/store

0 commit comments

Comments
 (0)