Age | Commit message (Collapse) | Author | Files | Lines |
|
This should also fix:
nix-instantiate: ./../boost/shared_ptr.hpp:254: T* boost::shared_ptr<T>::operator->() const [with T = nix::StoreAPI]: Assertion `px != 0' failed.
which was caused by hashDerivationModulo() calling the ‘store’
object (during store upgrades) before openStore() assigned it.
|
|
will approximately require.
|
|
multiple paths specified on the command line (from O(n * m) to O(n +
m), where n is the number of arguments and m is the size of the
closure).
|
|
downloads.
|
|
* --dry-run: print the paths that we don't know how to build/substitute.
|
|
* Optimise header file usage a bit.
* Compile the parser as C++.
|
|
will be built or substituted.
|