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 37ac18d commit d9a50c0Copy full SHA for d9a50c0
tests/functional/flakes/flakes.sh
@@ -110,6 +110,7 @@ nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir?ref=HEAD#default"
110
# This may change in the future once git submodule support is refined.
111
# See: https://discourse.nixos.org/t/57783 and #9708.
112
(
113
+ # This `cd` should not be required and is indicative of aforementioned bug.
114
cd "$flake1Dir/.."
115
nix build -o "$TEST_ROOT/result" "git+file:./$(basename "$flake1Dir")"
116
)
0 commit comments