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 5c6785e commit 3c10909Copy full SHA for 3c10909
tests/functional/flakes/flake-in-submodule.sh
@@ -74,7 +74,7 @@ EOF
74
git -C "$rootRepo" add flake.nix
75
git -C "$rootRepo" commit -m "Add flake.nix"
76
77
-storePath=$(nix flake metadata --json "$rootRepo?submodules=1" | jq -r .path)
+storePath=$(nix flake prefetch --json "$rootRepo?submodules=1" | jq -r .storePath)
78
[[ -e "$storePath/submodule" ]]
79
80
# The root repo may use the submodule repo as an input
0 commit comments