* Include the SVN revision in the ISO name.

svn path=/nixos/branches/fix-style/; revision=14189
This commit is contained in:
Nicolas Pierron 2009-02-22 16:09:03 +00:00
parent e829455521
commit 51fee9bfbc

View file

@ -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