2004-02-16 09:41:00 +00:00
|
|
|
rec {
|
2006-04-26 00:52:31 +01:00
|
|
|
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
|
2005-12-24 11:50:42 +00:00
|
|
|
stdenv kernel bash bashStatic coreutils coreutilsDiet findutilsWrapper utillinux utillinuxStatic sysvinit
|
2005-08-28 01:51:34 +01:00
|
|
|
e2fsprogsDiet e2fsprogs
|
2004-08-06 18:22:24 +01:00
|
|
|
nettools nix subversion gcc wget which vim less screen openssh binutils
|
2005-07-18 10:47:42 +01:00
|
|
|
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip
|
2006-04-26 00:52:31 +01:00
|
|
|
mingettyWrapper grubWrapper syslinux parted module_init_tools module_init_toolsStatic udev
|
2006-01-07 15:42:59 +00:00
|
|
|
dhcpWrapper man nano eject sysklogd kudzu xawtv;
|
2004-02-18 10:56:07 +00:00
|
|
|
|
2006-01-07 15:42:59 +00:00
|
|
|
boot = (import ./boot) {inherit stdenv bash bashStatic coreutils findutilsWrapper
|
2005-12-24 11:50:42 +00:00
|
|
|
utillinux utillinuxStatic sysvinit e2fsprogs nettools nix subversion gcc wget which vim
|
2004-08-06 18:22:24 +01:00
|
|
|
less screen openssh binutils strace shadowutils iputils gnumake curl
|
2005-08-28 01:51:34 +01:00
|
|
|
gnused gnutar gnugrep gzip mingettyWrapper grubWrapper parted module_init_tools
|
2006-04-26 00:52:31 +01:00
|
|
|
udev dhcpWrapper man nano;};
|
2004-02-18 10:56:07 +00:00
|
|
|
|
2005-12-24 11:50:42 +00:00
|
|
|
init = (import ./init) {inherit stdenv bash bashStatic coreutilsDiet utillinux e2fsprogsDiet
|
2006-04-26 00:52:31 +01:00
|
|
|
nix shadowutils mingettyWrapper grubWrapper parted module_init_tools
|
2005-09-02 17:47:58 +01:00
|
|
|
dhcpWrapper man nano eject;};
|
2005-08-05 14:48:22 +01:00
|
|
|
|
2006-01-07 15:42:59 +00:00
|
|
|
everything = [boot sysvinit sysklogd kernel xawtv];
|
2004-02-16 09:41:00 +00:00
|
|
|
}
|