diff options
| author | EuAndreh <eu@euandre.org> | 2019-06-05 16:59:55 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-06-05 16:59:55 -0300 |
| commit | dc6fc4710b2013223d1c5e5707cde317b03d66af (patch) | |
| tree | ad5f1137eaa8d925bb0243a3de8f444ecdb3f5ce /default.nix | |
| parent | Fix ShellCheck offenses (diff) | |
| download | toph-dc6fc4710b2013223d1c5e5707cde317b03d66af.tar.gz toph-dc6fc4710b2013223d1c5e5707cde317b03d66af.tar.xz | |
Fix subtasks.dockerComposeLint derivation
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 16f5d45..18374eb 100644 --- a/default.nix +++ b/default.nix @@ -23,6 +23,8 @@ in rec { buildInputs = baseAttrs.buildInputs ++ [ pkgs.docker-compose ]; buildPhase = '' source .envrc + # =docker-compose config= doesn't accept files with different names + cp docker-compose.env.yaml docker-compose.yaml docker-compose config &> /dev/null || { echo "Invalid docker-compose.yml file." exit 1 |
