mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 13:01:05 +01:00
I noticed a regression in the lazy-trees branch, which I'm trying to
capture with this test. While the tests succeeds in master, the
lazy-trees branch gives the following error message:
error: access to path
'/build/nix-test/tests/flakes/flake-in-submodule/rootRepo/submodule/flake.nix'
is forbidden because it is not under Git control; maybe you should
'git add' it to the repository
'/build/nix-test/tests/flakes/flake-in-submodule/rootRepo'?
|
||
|---|---|---|
| .. | ||
| absolute-paths.sh | ||
| build-paths.sh | ||
| bundle.sh | ||
| check.sh | ||
| circular.sh | ||
| common.sh | ||
| config.sh | ||
| flake-in-submodule.sh | ||
| flakes.sh | ||
| follow-paths.sh | ||
| init.sh | ||
| inputs.sh | ||
| mercurial.sh | ||
| run.sh | ||
| search-root.sh | ||
| show.sh | ||
| unlocked-override.sh | ||