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