nixos/release: fix versionSuffix

Error in branch-off. This broke the `tested` job.
This commit is contained in:
Leona Maroni 2025-11-24 22:30:53 +01:00
commit 3916a96d0d
No known key found for this signature in database
GPG key ID: 818A0628A98C1DE8

View file

@ -31,7 +31,7 @@ let
version = fileContents ../.version;
versionSuffix =
(if stableBranch then "." else "beta")
+ "${toString nixpkgs.revCount - 901827}.${nixpkgs.shortRev}";
+ "${toString (nixpkgs.revCount - 901827)}.${nixpkgs.shortRev}";
# Run the tests for each platform. You can run a test by doing
# e.g. nix-build release.nix -A tests.login.x86_64-linux,