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
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 1 additions and 1 deletions

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();