arion: use docker compose v2

(cherry picked from commit 059a0e5c3b)
This commit is contained in:
AkechiShiro 2024-06-23 16:04:14 +02:00 committed by github-actions[bot]
parent 1a7bf297da
commit bf6ec9e12f

View File

@ -54,7 +54,7 @@ let
mv $out/bin/arion $out/libexec
makeWrapper $out/libexec/arion $out/bin/arion \
--unset PYTHONPATH \
--prefix PATH : ${lib.makeBinPath [ pkgs.docker-compose_1 ]} \
--prefix PATH : ${lib.makeBinPath [ pkgs.docker-compose ]} \
;
'';
};