add a whole bunch of packages to make NixU a bit more useful:
- ssh - shadowutils - ping - vim - less - strace - ... svn path=/nixu/trunk/; revision=1243
This commit is contained in:
6
pkgs.nix
6
pkgs.nix
@@ -1,10 +1,10 @@
|
||||
rec {
|
||||
inherit (import pkgs/system/i686-linux.nix)
|
||||
inherit (import /usr/home/nix/nixpkgs-0.6pre1121/pkgs/system/i686-linux.nix)
|
||||
stdenv bash coreutils findutils utillinux sysvinit e2fsprogs
|
||||
nettools nix;
|
||||
nettools nix subversion gcc wget which vim less screen openssh binutils strace shadowutils iputils gnumake;
|
||||
|
||||
boot = (import ./boot) {inherit stdenv bash coreutils findutils
|
||||
utillinux sysvinit e2fsprogs nettools nix;};
|
||||
utillinux sysvinit e2fsprogs nettools nix subversion gcc wget which vim less screen openssh binutils strace shadowutils iputils gnumake;};
|
||||
|
||||
everything = [boot sysvinit];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user