mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Clarify cd call in tests/functional/flakes/flakes.sh
(cherry picked from commit d9a50c0af2
)
This commit is contained in:
parent
d4f0e8f4e3
commit
b2acf4ab97
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ nix build -o "$TEST_ROOT/result" "git+file://$flake1Dir?ref=HEAD#default"
|
|||
# This may change in the future once git submodule support is refined.
|
||||
# See: https://discourse.nixos.org/t/57783 and #9708.
|
||||
(
|
||||
# This `cd` should not be required and is indicative of aforementioned bug.
|
||||
cd "$flake1Dir/.."
|
||||
nix build -o "$TEST_ROOT/result" "git+file:./$(basename "$flake1Dir")"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue