mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 03:21:03 +01:00
* After building, scan for actual file system references as
opposed to declared references. This prunes the reference graph, thus allowing better garbage collection and more efficient derivate distribution.
This commit is contained in:
parent
135b7d54db
commit
3509299aca
7 changed files with 149 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __VALUES_H
|
||||
#define __VALUES_H
|
||||
#ifndef __STORE_H
|
||||
#define __STORE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
@ -37,4 +37,4 @@ void addToStore(string srcPath, string & dstPath, Hash & hash,
|
|||
void deleteFromStore(const string & path);
|
||||
|
||||
|
||||
#endif /* !__VALUES_H */
|
||||
#endif /* !__STORE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue