1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

* Disable fsync() in SQLite if the fsync-metadata option is set to

false.
* Change the default for `fsync-metadata' to true.
* Disable `fsync-metadata' in `make check'.
This commit is contained in:
Eelco Dolstra 2010-02-24 13:12:57 +00:00
parent 90b6352d0a
commit a3c63d0d6c
4 changed files with 9 additions and 9 deletions

View file

@ -40,6 +40,7 @@ cat > "$NIX_CONF_DIR"/nix.conf <<EOF
gc-keep-outputs = false
gc-keep-derivations = false
env-keep-derivations = false
fsync-metadata = false
EOF
mkdir $NIX_DATA_DIR/nix