Merge pull request #278238 from teto/mainProgram-openlens

openlens: set mainProgram
This commit is contained in:
Nick Cao
2024-01-02 11:28:37 -05:00
committed by GitHub
@@ -35,6 +35,7 @@ appimageTools.wrapType2 {
homepage = "https://github.com/MuhammedKalkan/OpenLens";
license = licenses.mit;
maintainers = with maintainers; [ benwbooth sebtm ];
mainProgram = "openlens";
platforms = [ "x86_64-linux" ];
};
}