We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1d7d3 commit 20c7492Copy full SHA for 20c7492
nix/packages/noita-proxy.nix
@@ -83,7 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs:
83
];
84
85
meta = {
86
- description = "Noita Entangled Worlds proxy application.";
+ inherit (manifest.package) description;
87
homepage = "https://github.com/IntQuant/noita_entangled_worlds";
88
changelog =
89
"https://github.com/IntQuant/noita_entangled_worlds/releases/tag/v${version}";
0 commit comments