* 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;
|
||||
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