Nix Installation Guide: Difference between revisions

imported>Symphorien
Nix store on an unusual filesystem: disable sqlite wal on WSL
imported>Symphorien
WSL: the sqlite locking mode patch is also needed on WSL
Line 28: Line 28:


=== WSL ===
=== WSL ===
In addition to not supporting the sandbox, the WIndows Subsystem for Linux (WSL) features a filesystem which is incompatible with some functionalities of sqlite. To work around this, before installing, create a file <code>/etc/nix/nix.conf</code> or <code>~/.config/nix/nix.conf</code> with the following line: <code>use-sqlite-wal = false</code>.
The same caveats as NFS below apply.


=== NFS ===
=== NFS ===