mirror of
https://github.com/NixOS/nix.git
synced 2025-12-13 12:31:04 +01:00
* Realisation of Derive(...) expressions.
This commit is contained in:
parent
3da9687854
commit
40b5936691
7 changed files with 193 additions and 165 deletions
|
|
@ -15,7 +15,7 @@ void copyFile(string src, string dst);
|
|||
void addToStore(string srcPath, string & dstPath, Hash & hash);
|
||||
|
||||
/* Delete a value from the nixStore directory. */
|
||||
void deleteFromStore(Hash hash);
|
||||
void deleteFromStore(const string & path);
|
||||
|
||||
/* !!! */
|
||||
string queryFromStore(Hash hash);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue