Skip to content

Commit d9a50c0

Browse files
authored
Clarify cd call in tests/functional/flakes/flakes.sh
1 parent 37ac18d commit d9a50c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/flakes/flakes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir?ref=HEAD#default"
110110
# This may change in the future once git submodule support is refined.
111111
# See: https://discourse.nixos.org/t/57783 and #9708.
112112
(
113+
# This `cd` should not be required and is indicative of aforementioned bug.
113114
cd "$flake1Dir/.."
114115
nix build -o "$TEST_ROOT/result" "git+file:./$(basename "$flake1Dir")"
115116
)

0 commit comments

Comments
 (0)