nixos-rebuild-ng: make the version correlated to the release we are in (#454680)

This commit is contained in:
Philip Taron
2025-10-22 14:58:52 -07:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "nixos-rebuild-ng";
version = "0.0.0";
version = lib.trivial.release;
src = ./src;
pyproject = true;