mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Make names more consistent
This commit is contained in:
parent
839f0fe095
commit
e7b0847f2d
7 changed files with 39 additions and 33 deletions
|
@ -774,7 +774,7 @@ static void prim_derivationStrict(EvalState & state, const Pos & pos, Value * *
|
|||
auto outPath = state.store->makeFixedOutputPath(ingestionMethod, h, drvName);
|
||||
if (!jsonObject) drv.env["out"] = state.store->printStorePath(outPath);
|
||||
drv.outputs.insert_or_assign("out", DerivationOutput {
|
||||
.output = DerivationOutputFixed {
|
||||
.output = DerivationOutputCAFixed {
|
||||
.hash = FixedOutputHash {
|
||||
.method = ingestionMethod,
|
||||
.hash = std::move(h),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue