mirror of
https://github.com/NixOS/nix.git
synced 2025-12-09 18:41:03 +01:00
This avoids an ambiguity where the `StorePathWithOutputs { drvPath, {}
}` could mean "build `brvPath`" or "substitute `drvPath`" depending on
context.
It also brings the internals closer in line to the new CLI, by
generalizing the `Buildable` type is used there and makes that
distinction already.
In doing so, relegate `StorePathWithOutputs` to being a type just for
backwards compatibility (CLI and RPC).
|
||
|---|---|---|
| .. | ||
| dotgraph.cc | ||
| dotgraph.hh | ||
| graphml.cc | ||
| graphml.hh | ||
| nix-store.cc | ||