rke2: set the meta.mainProgram (#250748)

This commit is contained in:
Jonas Chevalier 2023-08-23 12:25:25 +02:00 committed by GitHub
parent 04f7c121b3
commit 628b4a1fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,5 +35,6 @@ buildGoModule rec {
changelog = "https://github.com/rancher/rke2/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ zimbatm zygot ];
mainProgram = "rke2";
};
}