about summary refs log tree commit diff
path: root/src/fstate.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-10 * Get `nix-push' working again. It now uses Nix/Fix to create NixEelco Dolstra1-21/+1
archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package.
2003-07-09 * Outline of the new scheme for derivate distribution.Eelco Dolstra1-0/+5
2003-07-09 * When computing the set of paths referenced by an expression, alsoEelco Dolstra1-36/+51
include the paths of the subterms.
2003-07-08 * Canonicalise paths so that Fix produces identical NixEelco Dolstra1-1/+1
expressions for identical inputs.
2003-07-08 * The output of a Derive() node is not a referenced path.Eelco Dolstra1-2/+0
2003-07-08 * A command to query the paths referenced by an fstate expression.Eelco Dolstra1-52/+96
* Use a temporary directory for build actions.
2003-07-07 * Make dbRefs a mapping from Hash to [Path].Eelco Dolstra1-4/+4
2003-07-07 * Refactoring on the file names.Eelco Dolstra1-0/+340