1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 01:11:15 +02:00

Update comments / documentation.

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
John Ericson 2024-08-07 22:29:56 -05:00 committed by GitHub
parent 6c861b9c51
commit 0646b6cd61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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);