about summary refs log tree commit diff
path: root/src/shared.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-10 * Get `nix-push' working again. It now uses Nix/Fix to create NixEelco Dolstra1-0/+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-07 * Make dbRefs a mapping from Hash to [Path].Eelco Dolstra1-0/+3
2003-07-04 * Refactoring: move initialisation and argument parsing into a sharedEelco Dolstra1-0/+63
file.