From c490768e2951bd5a200184d8e493c4675ff7a15e Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 26 Jan 2019 23:41:04 +0100 Subject: [PATCH] Always ignore PATH docker-compose Arion used to prefer an external docker-compose, but that exposes users to potential incompatibilities. For example, the docker-compose on Ubuntu 18.04 (LTS) doesn't seem to handle Dockerfiles in the Nix store properly. --- src/arion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arion b/src/arion index de9406e..15eab98 100755 --- a/src/arion +++ b/src/arion @@ -2,7 +2,7 @@ set -euo pipefail -export PATH="$PATH:@path@" +export PATH="@path@:$PATH" nix_dir="@nix_dir@" docker_compose_args=()