We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a3d85 commit d492c8bCopy full SHA for d492c8b
patches/2-not-beta.patch
@@ -31,7 +31,7 @@ index 1689140..ec4f56a 100644
31
- BETA: bool = build_beta
32
-
33
- VERSION: str = config["version"] + "b" if BETA else config["version"]
34
-+BUILD = "%version%"
++BUILD = "@version@"
35
+BRANCH = "nixpkgs"
36
+BETA = False
37
-+VERSION = "%version%"
++VERSION = "@version@"
0 commit comments