mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
* Terminology fixes.
This commit is contained in:
parent
6bb5efadec
commit
6a0a2d5593
5 changed files with 22 additions and 22 deletions
|
@ -22,7 +22,7 @@ Path writeDerivation(const Derivation & drv, const string & name)
|
|||
static void checkPath(const string & s)
|
||||
{
|
||||
if (s.size() == 0 || s[0] != '/')
|
||||
throw Error(format("bad path `%1%' in store expression") % s);
|
||||
throw Error(format("bad path `%1%' in derivation") % s);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue