nix: packages: noita-proxy: meta: inherit manifest.package.description

This commit is contained in:
Jacob Birkett 2025-09-30 18:21:39 -07:00 committed by IQuant
parent bd1d7d3f24
commit 20c74926e1

View file

@ -83,7 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs:
];
meta = {
description = "Noita Entangled Worlds proxy application.";
inherit (manifest.package) description;
homepage = "https://github.com/IntQuant/noita_entangled_worlds";
changelog =
"https://github.com/IntQuant/noita_entangled_worlds/releases/tag/v${version}";