Skip to content

Commit 20c7492

Browse files
spikespazIntQuant
authored andcommitted
nix: packages: noita-proxy: meta: inherit manifest.package.description
1 parent bd1d7d3 commit 20c7492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages/noita-proxy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs:
8383
];
8484

8585
meta = {
86-
description = "Noita Entangled Worlds proxy application.";
86+
inherit (manifest.package) description;
8787
homepage = "https://github.com/IntQuant/noita_entangled_worlds";
8888
changelog =
8989
"https://github.com/IntQuant/noita_entangled_worlds/releases/tag/v${version}";

0 commit comments

Comments
 (0)