summary refs log tree commit diff
path: root/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-13 20:52:49 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-09-13 20:52:49 +0000
commit245df33c6c158eed36d9ee17fa41944437d536d0 (patch)
tree9658c265e9a3b3033b784cf245960843670bad60 /modules/installer/cd-dvd/system-tarball-sheevaplug.nix
parent9ba735714a6c5c445d145ca4d5df3fe698133e45 (diff)
downloadnixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar.gz
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar.bz2
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar.lz
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar.xz
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.tar.zst
nixpkgs-245df33c6c158eed36d9ee17fa41944437d536d0.zip
Making the system tarballs of fuloong and sheevaplug reference the proper nixpkgs, and not that of /etc/...
svn path=/nixos/branches/stdenv-updates/; revision=23772
Diffstat (limited to 'modules/installer/cd-dvd/system-tarball-sheevaplug.nix')
-rw-r--r--modules/installer/cd-dvd/system-tarball-sheevaplug.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index b834ae3ab3d..745e756a0b4 100644
--- a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
+++ b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
@@ -183,8 +183,6 @@ in
   jobs.openssh.startOn = pkgs.lib.mkOverride 50 {} "";
 
   nixpkgs.config = {
-    packageOverrides = pkgs : rec {
-    };
-    platform = (import /etc/nixos/nixpkgs/pkgs/top-level/platforms.nix).sheevaplug;
+    platform = pkgs.platforms.sheevaplug;
   };
 }