mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* Fix the ~ operator.
This commit is contained in:
parent
1f6616dabf
commit
2132d9ddeb
4 changed files with 24 additions and 3 deletions
|
@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue