1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

* Fix the ~ operator.

This commit is contained in:
Eelco Dolstra 2006-08-29 15:29:38 +00:00
parent 1f6616dabf
commit 2132d9ddeb
4 changed files with 24 additions and 3 deletions

View file

@ -163,7 +163,7 @@ void toString(EvalState & state, Expr e,
}
}
else throw TypeError(format("%1% is not allowed as a derivation argument") % showType(e));
else throw TypeError(format("cannot convert %1% to a string") % showType(e));
}