Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maintainers/data/release-credits-email-to-handle.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@
"hey@ewen.works": "gwennlbh",
"matt@sturgeon.me.uk": "MattSturgeon",
"pbsds@hotmail.com": "pbsds"
}
}
2 changes: 1 addition & 1 deletion maintainers/data/release-credits-handle-to-name.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@
"egorkonovalov": "Egor Konovalov",
"jayeshv": "jayeshv",
"vcunat": "Vladim\u00edr \u010cun\u00e1t"
}
}
2 changes: 1 addition & 1 deletion src/libexpr/primops/fetchClosure.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static void prim_fetchClosure(EvalState & state, const PosIdx pos, Value ** args

if (attrName == "fromPath") {
NixStringContext context;
fromPath = state.coerceToStorePath(attr.pos, *attr.value, context, attrHint()); // FIXME: overflow
fromPath = state.coerceToStorePath(attr.pos, *attr.value, context, attrHint());
}

else if (attrName == "toPath") {
Expand Down
Loading