aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path.cc
AgeCommit message (Expand)Author
2022-03-31Add support for impure derivationsEelco Dolstra
2021-04-05Move `StorePathWithOutputs` into its own header/fileJohn Ericson
2020-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-03-04nix-build: Fix !<output> handlingEelco Dolstra
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2020-01-21Fix derivation computation with __structuredAttrs and multiple outputsEelco Dolstra
2019-12-16nix-store -r: Handle symlinks to store pathsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra