fix updating cargoLock with flakes

This commit is contained in:
figsoda 2023-04-26 22:36:17 -04:00
parent 834b3545bd
commit 84103ab986

View File

@ -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