mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Update comments / documentation.
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
parent
6c861b9c51
commit
0646b6cd61
2 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ Path defaultTempDir();
|
|||
|
||||
/**
|
||||
* Interpret `exe` as a location in the ambient file system and return
|
||||
* whether it exists AND is executable.
|
||||
* whether it resolves to a file that is executable.
|
||||
*/
|
||||
bool isExecutableFileAmbient(const std::filesystem::path & exe);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue