mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
tests/flake-in-submodule: Remove unnecessary rm -rf
This commit is contained in:
parent
f9c24d67b9
commit
bf0c8c34e7
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ git config --global protocol.file.allow always
|
||||||
rootRepo=$TEST_ROOT/rootRepo
|
rootRepo=$TEST_ROOT/rootRepo
|
||||||
subRepo=$TEST_ROOT/submodule
|
subRepo=$TEST_ROOT/submodule
|
||||||
|
|
||||||
rm -rf $rootRepo $subRepo $TEST_HOME/.cache/nix
|
|
||||||
|
|
||||||
|
|
||||||
createGitRepo $subRepo
|
createGitRepo $subRepo
|
||||||
cat > $subRepo/flake.nix <<EOF
|
cat > $subRepo/flake.nix <<EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue