mmtc: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-14 12:25:16 +01:00
parent 1ec259aedf
commit 2944f0d37c
+1 -1
View File
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
installShellCompletion artifacts/mmtc.{bash,fish} --zsh artifacts/_mmtc
'';
GEN_ARTIFACTS = "artifacts";
env.GEN_ARTIFACTS = "artifacts";
meta = {
description = "Minimal mpd terminal client that aims to be simple yet highly configurable";