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

This commit is contained in:
Stefan Frijters
2026-02-14 12:19:44 +01:00
parent 91270fe81c
commit b37dfd009c

View File

@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
installShellCompletion artifacts/sagoin.{bash,fish} --zsh artifacts/_sagoin
'';
GEN_ARTIFACTS = "artifacts";
env.GEN_ARTIFACTS = "artifacts";
meta = {
description = "Command-line submission tool for the UMD CS Submit Server";