0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

remove the entire temporary directory

This commit is contained in:
AmineChikhaoui 2018-04-28 17:06:25 +01:00
parent 3b8c7424d1
commit 4a86f8c9ab
No known key found for this signature in database
GPG key ID: C0C8C84C15BCCD1C

View file

@ -256,7 +256,7 @@ in
else else
echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed." echo "Setup of ssh host keys from http://metadata.google.internal/computeMetadata/v1/instance/attributes/ failed."
fi fi
rm -f $SSH_HOST_KEYS_DIR/* rm -f $SSH_HOST_KEYS_DIR
''; '';
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
serviceConfig.RemainAfterExit = true; serviceConfig.RemainAfterExit = true;