goredo: move env variable into env, fix antipattern (#491455)

This commit is contained in:
Yohann Boniface
2026-02-18 21:35:53 +00:00
committed by GitHub
+4 -2
View File
@@ -24,12 +24,14 @@ buildGoModule (finalAttrs: {
nativeBuildInputs = [ zstd ];
nativeCheckInputs = lib.optionals finalAttrs.doCheck [
nativeCheckInputs = lib.optionals finalAttrs.finalPackage.doCheck [
python3
perl
];
inherit (sharness) SHARNESS_TEST_SRCDIR;
env = {
inherit (sharness) SHARNESS_TEST_SRCDIR;
};
vendorHash = null;