Skip to content

Commit 17c2ab9

Browse files
bors[bot]figsoda
andauthored
Merge #157
157: fix updating cargoLock with flakes r=figsoda a=figsoda Co-authored-by: figsoda <[email protected]>
2 parents 834b354 + 84103ab commit 17c2ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix_update/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def eval_expression(
148148
let
149149
inherit (pkg.cargoDeps) lockFile;
150150
res = builtins.tryEval (sanitizePosition {{
151-
file = lockFile;
151+
file = toString lockFile;
152152
}});
153153
in
154154
if res.success then res.value.file else false

0 commit comments

Comments
 (0)