fix evaluating relative flake urls

This commit is contained in:
Jörg Thalheim
2021-03-15 06:02:14 +01:00
parent 6afe31d79b
commit 25c46dc1b0
+1 -1
View File
@@ -130,7 +130,7 @@ static void worker(
if (myArgs.flake) {
using namespace flake;
auto flakeRef = parseFlakeRef(myArgs.releaseExpr);
auto flakeRef = parseFlakeRef(myArgs.releaseExpr, absPath("."));
auto vFlake = state.allocValue();