Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-21 | * Fetch sources from the network. | Eelco Dolstra | 2 | -2/+3 | |
2003-03-14 | * Improved Nix. Resources (package descriptors and other source | Eelco Dolstra | 2 | -0/+24 | |
files) are now referenced using their cryptographic hashes. This ensures that if two package descriptors have the same contents, then they describe the same package. This property is not as trivial as it sounds: generally import relations cause this property not to hold w.r.t. temporality. But since imports also use hashes to reference other packages, equality follows by induction. |