diff --git a/src/arion b/src/arion index 6a3c242..de9406e 100755 --- a/src/arion +++ b/src/arion @@ -140,7 +140,7 @@ do_eval() { echo 1>&2 "Evaluating configuration..." # read-write-mode is required for import from derivation nix-instantiate \ - "$nix_dir/eval-docker-compose.nix" \ + "$nix_dir/eval-composition.nix" \ --eval \ --read-write-mode \ --json \ @@ -155,7 +155,7 @@ do_eval() { do_build() { echo 1>&2 "Building configuration..." nix-build \ - "$nix_dir/eval-docker-compose.nix" \ + "$nix_dir/eval-composition.nix" \ --out-link $docker_compose_yaml \ --argstr uid "$UID" \ --arg modules "$modules" \ @@ -190,7 +190,7 @@ To bring the top-level Nixpkgs attributes into scope EOF cat >"$REPL_TMP" <