We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58e92b commit 03441dfCopy full SHA for 03441df
src/index.ts
@@ -1181,8 +1181,8 @@ class NixInstallerAction extends DetSysAction {
1181
// Allegedly, match.index is optional, so default to 0
1182
const column = (match.index ?? 0) + 1;
1183
1184
- actionsCore.error(`This derivation's hash is ${event.good}`, {
1185
- title: "Outdated hash",
+ actionsCore.error(`This derivation's hash is \`${event.good}\``, {
+ title: "Determinate Nix detected an incorrect dependency hash.",
1186
file,
1187
startLine: lineNumber,
1188
startColumn: column,
0 commit comments