fix: remove one more instance where --read-only is broken

This commit is contained in:
Yusuf Bera Ertan 2022-07-24 19:45:52 +03:00
parent 0cf34d9162
commit 46aee5cdfe
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -433,7 +433,7 @@ in let
// rec {
dreamLock =
(utils.readDreamLock {
dreamLock = "${config.projectRoot}/${project.dreamLockPath}";
dreamLock = "${toString config.projectRoot}/${project.dreamLockPath}";
})
.lock;
impure = isImpure project translator;