mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/release: fix versionSuffix
Error in branch-off. This broke the `tested` job.
This commit is contained in:
parent
d4b2c13f1e
commit
3916a96d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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’,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue