mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-02 14:55:25 +03:00
fix: remove one more instance where --read-only is broken
This commit is contained in:
parent
0cf34d9162
commit
46aee5cdfe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user