1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/src/nix-store
Eelco Dolstra 651ab439cf * A simple hack to fix NIX-18: the garbage collector cannot run when
the disk is full (because to delete something from the Nix store, we
  need a Berkeley DB transaction, which takes up disk space).  Under
  normal operation, we make sure that there exists a file
  /nix/var/nix/db/reserved of 1 MB.  When running the garbage
  collector, we delete that file before we open the Berkeley DB
  environment.
2006-02-16 13:19:15 +00:00
..
dotgraph.cc * Don't show cycles, they're not very useful. 2006-01-19 15:35:34 +00:00
dotgraph.hh * Renamed normalise.cc' -> build.cc', `storeexprs.cc' -> 2005-01-19 16:39:47 +00:00
help.txt * Revived the old "nix-store --delete" operation that deletes the 2005-12-23 21:08:42 +00:00
main.cc * A simple hack to fix NIX-18: the garbage collector cannot run when 2006-02-16 13:19:15 +00:00
Makefile.am * Build dynamic libraries. 2005-07-22 14:52:45 +00:00