mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +01:00
Implemented runtime --share= and --unshare options. Fixed some things.
This commit is contained in:
parent
86f0fd8341
commit
d0458acb7c
14 changed files with 90 additions and 54 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
|
||||
void shareState(const Path & from, const Path & to, const bool snapshot);
|
||||
|
||||
void unShareState(const Path & path, const bool copyFromOld);
|
||||
void unShareState(const Path & path, const bool branch, const bool restoreOld);
|
||||
|
||||
private:
|
||||
AutoCloseFD fdSocket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue