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:
parent
95fa444587
commit
8472d7eb31
6 changed files with 183 additions and 153 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue