nix-weather: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 15:59:55 +01:00
parent d4e22fb203
commit 04c5c30b6e
+1 -1
View File
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
# This is where `build.rs` puts manpages
MAN_OUT = "./man";
env.MAN_OUT = "./man";
postInstall = ''
cd crates/nix-weather