mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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
|
||||
subRepo=$TEST_ROOT/submodule
|
||||
|
||||
rm -rf $rootRepo $subRepo $TEST_HOME/.cache/nix
|
||||
|
||||
|
||||
createGitRepo $subRepo
|
||||
cat > $subRepo/flake.nix <<EOF
|
||||
|
|
Loading…
Reference in a new issue