summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 14:37:59 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-09 14:37:59 +0000
commit48e9e1282ad65329007478453118cc695bf3577c (patch)
tree45eb3607f7827f7bbdc03ce9c46ed60a5f83c8ca /release.nix
parent43d6b17d879a3247a118af1cde69cdebb70fe0a8 (diff)
downloadnixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar.gz
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar.bz2
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar.lz
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar.xz
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.tar.zst
nixpkgs-48e9e1282ad65329007478453118cc695bf3577c.zip
Fixing the evaluation of the "system tarball pc", adapting it to the latest
nixpkgs changes about 'platform'.


svn path=/nixos/trunk/; revision=20494
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index e565e5b1d83..a0144cc7536 100644
--- a/release.nix
+++ b/release.nix
@@ -65,7 +65,7 @@ let
     in
       tarball //
         { meta = {
-            description = "NixOS system tarball for ${system} - ${platform.name}";
+            description = "NixOS system tarball for ${system} - ${stdenv.platform.name}";
             maintainers = map (x: lib.getAttr x lib.maintainers) maintainers;
           };
         };