honeycomb-refinery: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-19 15:54:42 +01:00
parent ff8d9195bd
commit 1c09ea7e28
@@ -17,7 +17,7 @@ buildGoModule (finalAttrs: {
hash = "sha256-JHjjaK5WFRzDYuVkenfYowFsPnrF+Wjo85gQAbaVxO8=";
};
NO_REDIS_TEST = true;
env.NO_REDIS_TEST = true;
patches = [
# Allows turning off the one test requiring a Redis service during build.