summaryrefslogtreecommitdiffstats
path: root/src/libexpr/primops.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-05 14:44:39 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-05 14:44:39 +0000
commite7b0847f2d9674bc18532c86b2daf421347513e4 (patch)
tree5a72231f31e926c8575f4f592f65859cc79f168c /src/libexpr/primops.cc
parent839f0fe0956cf4434b64e81a0966e780051901ad (diff)
Make names more consistent
Diffstat (limited to 'src/libexpr/primops.cc')
-rw-r--r--src/libexpr/primops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc
index a9b5a10c9..6fec028be 100644
--- a/src/libexpr/primops.cc
+++ b/src/libexpr/primops.cc
@@ -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),