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:
parent
c8d3882cdc
commit
8c0b42f857
9 changed files with 92 additions and 13 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue