mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
remove the entire temporary directory
This commit is contained in:
parent
3b8c7424d1
commit
4a86f8c9ab
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ in
|
|||
else
|
||||
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
|
||||
fi
|
||||
rm -f $SSH_HOST_KEYS_DIR/*
|
||||
rm -f $SSH_HOST_KEYS_DIR
|
||||
'';
|
||||
serviceConfig.Type = "oneshot";
|
||||
serviceConfig.RemainAfterExit = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue