buildGoModule packages: editorconfig fixes

This commit is contained in:
zowoq
2020-07-31 13:58:04 +10:00
parent 4e8f320123
commit 3c5750d1cd
133 changed files with 136 additions and 136 deletions
@@ -25,16 +25,16 @@ buildGoModule rec {
-X github.com/argoproj/argo-cd/common.gitCommit=${commit}
-X github.com/argoproj/argo-cd/common.gitTreeState=clean
'';
# run packr to embed assets
preBuild = ''
packr
'';
meta = with lib; {
description = "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes";
homepage = "https://github.com/argoproj/argo";
license = licenses.asl20;
maintainers = with maintainers; [ shahrukh330 ];
};
}
}