git-pw: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:43:47 +01:00
parent 732b95ee4e
commit 5adc6ca0d6
+1 -1
View File
@@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
version = "2.7.1";
pyproject = true;
PBR_VERSION = finalAttrs.version;
env.PBR_VERSION = finalAttrs.version;
src = fetchFromGitHub {
owner = "getpatchwork";