mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
* A command to query the paths referenced by an fstate expression.
* Use a temporary directory for build actions.
This commit is contained in:
parent
a279137327
commit
40274c1f4f
6 changed files with 198 additions and 97 deletions
|
@ -60,6 +60,8 @@ string dirOf(string path);
|
|||
the final `/'. */
|
||||
string baseNameOf(string path);
|
||||
|
||||
/* Return true iff the given path exists. */
|
||||
bool pathExists(const string & path);
|
||||
|
||||
/* Delete a path; i.e., in the case of a directory, it is deleted
|
||||
recursively. Don't use this at home, kids. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue