* Include the SVN revision in the ISO name.
svn path=/nixos/trunk/; revision=14138
This commit is contained in:
parent
a2a092db87
commit
e9b6d417a6
@ -54,6 +54,7 @@ let
|
||||
platform = system;
|
||||
compressImage = true;
|
||||
nixpkgsPath = nixpkgs.path;
|
||||
relName = "nixos-${builtins.readFile ./VERSION}${if !officialRelease then "pre${toString nixosSrc.rev}" else ""}";
|
||||
}).rescueCD;
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user