mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
use less packages
svn path=/nixu/trunk/; revision=6024
This commit is contained in:
parent
8c56a19d55
commit
2c87da322d
1 changed files with 3 additions and 3 deletions
6
pkgs.nix
6
pkgs.nix
|
@ -2,10 +2,10 @@ rec {
|
||||||
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
|
inherit (import /nixpkgs/trunk/pkgs/top-level/all-packages.nix {})
|
||||||
stdenv kernel bash bashStatic coreutils coreutilsDiet findutilsWrapper utillinux utillinuxStatic sysvinit
|
stdenv kernel bash bashStatic coreutils coreutilsDiet findutilsWrapper utillinux utillinuxStatic sysvinit
|
||||||
e2fsprogsDiet e2fsprogs
|
e2fsprogsDiet e2fsprogs
|
||||||
nettools nixUnstable subversion gcc wget which vim less screen openssh binutils
|
nettools nixUnstable subversion gcc wget which vim less screen openssh binutils nixStatic
|
||||||
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip
|
strace shadowutils iputils gnumake curl gnused gnutar gnugrep gzip
|
||||||
mingettyWrapper grubWrapper syslinux parted module_init_tools module_init_toolsStatic udev
|
mingettyWrapper grubWrapper syslinux parted module_init_tools module_init_toolsStatic udev
|
||||||
dhcpWrapper man nano eject sysklogd kudzu xawtv mktemp cdrtools cpio;
|
dhcpWrapper man nano eject sysklogd mktemp cdrtools cpio;
|
||||||
|
|
||||||
boot = (import ./boot) {inherit stdenv bash bashStatic coreutils findutilsWrapper
|
boot = (import ./boot) {inherit stdenv bash bashStatic coreutils findutilsWrapper
|
||||||
utillinux utillinuxStatic sysvinit e2fsprogs nettools subversion gcc wget which vim
|
utillinux utillinuxStatic sysvinit e2fsprogs nettools subversion gcc wget which vim
|
||||||
|
@ -20,5 +20,5 @@ rec {
|
||||||
nix = nixUnstable;
|
nix = nixUnstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
everything = [boot sysvinit sysklogd kernel xawtv];
|
everything = [boot sysvinit sysklogd kernel ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue