forked from lix-project/nix-eval-jobs
fix evaluating relative flake urls
This commit is contained in:
parent
6afe31d79b
commit
25c46dc1b0
|
@ -130,7 +130,7 @@ static void worker(
|
||||||
if (myArgs.flake) {
|
if (myArgs.flake) {
|
||||||
using namespace flake;
|
using namespace flake;
|
||||||
|
|
||||||
auto flakeRef = parseFlakeRef(myArgs.releaseExpr);
|
auto flakeRef = parseFlakeRef(myArgs.releaseExpr, absPath("."));
|
||||||
|
|
||||||
auto vFlake = state.allocValue();
|
auto vFlake = state.allocValue();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue