mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Tarball: Match the NixOS version
This commit is contained in:
parent
cf3e36a3b9
commit
d374bff41e
@ -12,7 +12,7 @@ releaseTools.sourceTarball rec {
|
||||
|
||||
inherit officialRelease;
|
||||
version = builtins.readFile ../../.version;
|
||||
versionSuffix = "pre${toString nixpkgs.revCount}_${nixpkgs.shortRev}";
|
||||
versionSuffix = "pre${toString nixpkgs.revCount}.${nixpkgs.shortRev}";
|
||||
|
||||
buildInputs = [
|
||||
lzma
|
||||
|
Loading…
Reference in New Issue
Block a user