Merge pull request #325802 from KiaraGrouwstra/arion-use-docker-compose-v2

arion: use docker compose v2
This commit is contained in:
lassulus 2024-07-13 21:07:36 +02:00 committed by GitHub
commit 8b0c464b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ]} \
;
'';
};