Set the versionSuffix on tarballs/channel properly
This commit is contained in:
parent
e201da376e
commit
c30b65df4b
@ -86,7 +86,8 @@ let
|
|||||||
|
|
||||||
src = nixosSrc;
|
src = nixosSrc;
|
||||||
|
|
||||||
inherit officialRelease version versionSuffix;
|
inherit officialRelease version;
|
||||||
|
versionSuffix = lib.optionalString (!officialRelease) versionSuffix;
|
||||||
|
|
||||||
distPhase = ''
|
distPhase = ''
|
||||||
echo -n $VERSION_SUFFIX > .version-suffix
|
echo -n $VERSION_SUFFIX > .version-suffix
|
||||||
@ -111,7 +112,8 @@ let
|
|||||||
|
|
||||||
src = nixosSrc;
|
src = nixosSrc;
|
||||||
|
|
||||||
inherit officialRelease version versionSuffix;
|
inherit officialRelease version;
|
||||||
|
versionSuffix = lib.optionalString (!officialRelease) versionSuffix;
|
||||||
|
|
||||||
buildInputs = [ nixUnstable ];
|
buildInputs = [ nixUnstable ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user