Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-06-27 | * Realisation of Derive(...) expressions. | Eelco Dolstra | 1 | -9/+6 | |
2003-06-27 | * Realisation of File(...) expressions. | Eelco Dolstra | 1 | -29/+21 | |
2003-06-23 | * `nix --delete' command. | Eelco Dolstra | 1 | -0/+12 | |
2003-06-23 | * A function to restore from a Nix archive. | Eelco Dolstra | 1 | -3/+75 | |
* addValue() can now import any dumpable FS object. | |||||
2003-06-17 | * Started integrating the new evaluation model into Nix. | Eelco Dolstra | 1 | -2/+4 | |
* Cleaned up command-line syntax. | |||||
2003-06-16 | * Path hashing. | Eelco Dolstra | 1 | -3/+3 | |
2003-06-16 | * Started implementing the new evaluation model. | Eelco Dolstra | 1 | -0/+100 | |
* Lots of refactorings. * Unit tests. |