Skip to content

Commit

Permalink
Merge #157
Browse files Browse the repository at this point in the history
157: fix updating cargoLock with flakes r=figsoda a=figsoda



Co-authored-by: figsoda <[email protected]>
  • Loading branch information
bors[bot] and figsoda authored Apr 28, 2023
2 parents 834b354 + 84103ab commit 17c2ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix_update/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def eval_expression(
let
inherit (pkg.cargoDeps) lockFile;
res = builtins.tryEval (sanitizePosition {{
file = lockFile;
file = toString lockFile;
}});
in
if res.success then res.value.file else false
Expand Down

0 comments on commit 17c2ab9

Please sign in to comment.