* Change system name to i686-linux.

* A helper Nix expression used to populate the cache on losser.

svn path=/nixpkgs/trunk/; revision=558
This commit is contained in:
Eelco Dolstra
2003-12-01 14:37:42 +00:00
parent 256aec2e56
commit 2dc967e656
4 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
let {
pkgs = import ./i686-linux.nix;
body = [pkgs.subversion pkgs.pan pkgs.sylpheed pkgs.MPlayer];
}