From e9b6d417a6eeebb3d17e9e0150d482d59070a1b8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Feb 2009 11:10:17 +0000 Subject: [PATCH] * Include the SVN revision in the ISO name. svn path=/nixos/trunk/; revision=14138 --- release.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/release.nix b/release.nix index 4612e94ded9..d291e21b8dd 100644 --- a/release.nix +++ b/release.nix @@ -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