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