mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nix-prefetch-git: fix error in home folder cleanup
This commit is contained in:
parent
86e4f7ed7c
commit
4f13c7cc7b
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ remove_tmpPath() {
|
|||
}
|
||||
|
||||
remove_tmpHomePath() {
|
||||
chmod -R u+w "$tmpHomePath"
|
||||
rm -rf "$tmpHomePath"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue