Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-10 | * Operation `--delete-generations' to delete generations of a | Eelco Dolstra | 1 | -7/+33 | |
profile. Arguments are either generation number, or `old' to delete all non-current generations. Typical use: $ nix-env --delete-generations old $ nix-collect-garbage * istringstream -> string2Int. | |||||
2004-07-01 | * Include some missing headers. | Eelco Dolstra | 1 | -0/+1 | |
2004-02-11 | * When creating a new generation, also make the normal form of the | Eelco Dolstra | 1 | -4/+7 | |
derivation (i.e., the closure store expression) a root of the garbage collector. This ensures that running `nix-collect-garbage --no-successors' is safe. | |||||
2004-02-06 | * In `--list-generations', show what the current generation is. | Eelco Dolstra | 1 | -9/+24 | |
2004-02-06 | * A command `--list-generations' to show all generations for a | Eelco Dolstra | 1 | -4/+37 | |
profile. | |||||
2004-02-06 | * More refactoring. | Eelco Dolstra | 1 | -0/+57 | |