2004-02-16 10:41:00 +01:00
|
|
|
rec {
|
2004-08-06 15:52:39 +02:00
|
|
|
inherit (import /usr/home/nix/nixpkgs-0.6pre1121/pkgs/system/i686-linux.nix)
|
2004-02-19 13:49:00 +01:00
|
|
|
stdenv bash coreutils findutils utillinux sysvinit e2fsprogs
|
2004-08-06 15:52:39 +02:00
|
|
|
nettools nix subversion gcc wget which vim less screen openssh binutils strace shadowutils iputils gnumake;
|
2004-02-18 11:56:07 +01:00
|
|
|
|
2004-02-19 13:49:00 +01:00
|
|
|
boot = (import ./boot) {inherit stdenv bash coreutils findutils
|
2004-08-06 15:52:39 +02:00
|
|
|
utillinux sysvinit e2fsprogs nettools nix subversion gcc wget which vim less screen openssh binutils strace shadowutils iputils gnumake;};
|
2004-02-18 11:56:07 +01:00
|
|
|
|
2004-02-18 15:56:32 +01:00
|
|
|
everything = [boot sysvinit];
|
2004-02-16 10:41:00 +01:00
|
|
|
}
|