aws-shell: use writableTmpDirAsHomeHook

This commit is contained in:
Pol Dellaiera 2025-01-30 20:52:16 +01:00
parent 3f1c6f0155
commit 15fa6bec01

View File

@ -3,6 +3,7 @@
lib,
fetchFromGitHub,
awscli,
writableTmpDirAsHomeHook,
}:
python3Packages.buildPythonApplication rec {
@ -38,12 +39,9 @@ python3Packages.buildPythonApplication rec {
nativeCheckInputs = with python3Packages; [
pytestCheckHook
writableTmpDirAsHomeHook
];
preCheck = ''
export HOME=$(mktemp -d)
'';
meta = {
homepage = "https://github.com/awslabs/aws-shell";
description = "Integrated shell for working with the AWS CLI";