We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550fe88 commit 521667eCopy full SHA for 521667e
tests/functional/flakes/follow-paths.sh
@@ -356,6 +356,6 @@ json=$(nix flake metadata "$flakeFollowsCustomUrlA" --json)
356
rm "$flakeFollowsCustomUrlA"/flake.lock
357
358
# if override-input is specified, lock "original" entry should contain original url
359
-json=$(nix flake metadata "$flakeFollowsCustomUrlA" --override-input B/C "path:./flakeB/flakeD" --json)
+json=$(nix flake metadata "$flakeFollowsCustomUrlA" --override-input B/C "$flakeFollowsCustomUrlD" --json)
360
echo "$json" | jq .locks.nodes.C.original
361
[[ $(echo "$json" | jq -r .locks.nodes.C.original.path) = './flakeC' ]]
0 commit comments