kargo: expand platforms to all
This commit is contained in:
parent
8e86eec6de
commit
4eda69a8ec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ buildPythonApplication rec {
|
|||
meta = with lib; {
|
||||
homepage = "https://github.com/kubespray/kargo-cli";
|
||||
description = "A tool helps to deploy a kubernetes cluster with Ansible";
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue