Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-22 | * Look for GC roots in @localstatedir@/nix/gcroots. | Eelco Dolstra | 1 | -19/+53 | |
2004-04-14 | * `*.gcroot' files can now containing multiple roots. | Eelco Dolstra | 1 | -3/+7 | |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 1 | -1/+1 | |
* Made the dependencies on bzip2 and the shell explicit. | |||||
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 1 | -1/+1 | |
2004-02-20 | * Use $(storedir) instead of $(prefix)/store. | Eelco Dolstra | 1 | -1/+1 | |
2004-02-06 | * Improvements to profiles. Generations are now per-profile, e.g., | Eelco Dolstra | 1 | -2/+2 | |
default -> default-94-link default-82-link -> /nix/store/cc4480... default-83-link -> /nix/store/caeec8... ... default-94-link -> /nix/store/2896ca... experimental -> experimental-2-link experimental-1-link -> /nix/store/cc4480... experimental-2-link -> /nix/store/a3148f... * `--profile' / `-p' -> `--switch-profile' / `-S' * `--link' / `-l' -> `--profile' / `-p' * The default profile is stored in $prefix/var/nix/profiles. $prefix/var/nix/links is gone. Profiles can be stored anywhere. * The current profile is now referenced from ~/.nix-profile, not ~/.nix-userenv. * The roots to the garbage collector now have extension `.gcroot', not `.id'. | |||||
2003-11-22 | * Fix the garbage collector. | Eelco Dolstra | 1 | -3/+18 | |
2003-10-09 | * Follow successors by default (use `--no-successors' to override). | Eelco Dolstra | 1 | -2/+2 | |
2003-08-25 | * Don't continue when the call to nix fails. | Eelco Dolstra | 1 | -3/+11 | |
2003-07-29 | * Typo: if -> elsif. | Eelco Dolstra | 1 | -1/+1 | |
2003-07-29 | * Get garbage collection and cache population to work *properly*. | Eelco Dolstra | 1 | -1/+15 | |
Renamed `fstateRefs' to `fstateRequisites'. The semantics of this function is that it returns a list of all paths necessary to realise a given expression. For a derive expression, this is the union of requisites of the inputs; for a slice expression, it is the path of each element in the slice. Also included are the paths of the expressions themselves. Optionally, one can also include the requisites of successor expressions (to recycle intermediate results). * `nix-switch' now distinguishes between an expression and its normal form. Usually, only the normal form is registered as a root of the garbage collector. With the `--source-root' flag, it will also register the original expression as a root. * `nix-collect-garbage' now has a flag `--keep-successors' which causes successors not to be included in the list of garbage paths. * `nix-collect-garbage' now has a flag `--invert' which will print all paths that should *not* be garbage collected. | |||||
2003-07-21 | * Changed nix-pull to match nix-push. | Eelco Dolstra | 1 | -1/+1 | |
2003-07-14 | * Get the garbage collector to work again. | Eelco Dolstra | 1 | -0/+25 | |