Make the store directory a member variable of Store
This commit is contained in:
parent
1b5b654fe2
commit
7850d3d279
35 changed files with 315 additions and 296 deletions
|
|
@ -17,7 +17,7 @@ UserEnvElems MixInstallables::evalInstallables(ref<Store> store)
|
|||
|
||||
if (std::string(installable, 0, 1) == "/") {
|
||||
|
||||
if (isStorePath(installable)) {
|
||||
if (store->isStorePath(installable)) {
|
||||
|
||||
if (isDerivation(installable)) {
|
||||
UserEnvElem elem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue