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

* An quick and dirty hack to support distributed builds.

This commit is contained in:
Eelco Dolstra 2004-05-12 09:35:51 +00:00
parent c8d3882cdc
commit 8c0b42f857
9 changed files with 92 additions and 13 deletions

View file

@ -55,6 +55,9 @@ typedef set<Path> PathSet;
extern string thisSystem;
/* Return an environment variable. */
string getEnv(const string & key, const string & def = "");
/* Return an absolutized path, resolving paths relative to the
specified directory, or the current directory otherwise. The path
is also canonicalised. */