diff --git a/nix_update/eval.py b/nix_update/eval.py index fb6c0f6..a117f88 100644 --- a/nix_update/eval.py +++ b/nix_update/eval.py @@ -148,7 +148,7 @@ in {{ let inherit (pkg.cargoDeps) lockFile; res = builtins.tryEval (sanitizePosition {{ - file = lockFile; + file = toString lockFile; }}); in if res.success then res.value.file else false