hot-resize: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:48 +01:00
parent 6da7e4ad31
commit e4cd11805b
+1 -1
View File
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
systemd.dev
];
PKG_CONFIG_PATH = "${systemd.dev}/lib/pkgconfig";
env.PKG_CONFIG_PATH = "${systemd.dev}/lib/pkgconfig";
postInstall = ''
wrapProgram $out/bin/hot-resize \