mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Make derivationFromPath work on diverted stores
This commit is contained in:
parent
eda2aaae92
commit
d64e0c1b64
5 changed files with 27 additions and 18 deletions
|
@ -501,6 +501,8 @@ public:
|
|||
/* Register a permanent GC root. */
|
||||
Path addPermRoot(const Path & storePath,
|
||||
const Path & gcRoot, bool indirect, bool allowOutsideRootsDir = false);
|
||||
|
||||
virtual Path getRealStoreDir() { return storeDir; }
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue