1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00

* Now all the tests succeed (which mostly means there are not enough

tests... ;-)
This commit is contained in:
Eelco Dolstra 2008-03-07 12:10:33 +00:00
parent 95fa444587
commit 8472d7eb31
6 changed files with 183 additions and 153 deletions

View file

@ -142,6 +142,8 @@ void copyPath(const Path & src, const Path & dst);
in a setuid Nix installation. */
void canonicalisePathMetaData(const Path & path);
void canonicalisePathMetaData(const Path & path, bool recurse);
MakeError(PathInUse, Error);
/* Whether we are in build users mode. */