common/pkg: don't use static bb; add exfat

This commit is contained in:
steveej 2016-05-23 00:38:03 +02:00
parent fa883cad05
commit 5436cf71df

View file

@ -4,15 +4,16 @@
# Package configuration
environment.systemPackages = with pkgs; [
nix-repl
( busybox.override {
extraConfig = ''
CONFIG_STATIC y
CONFIG_INSTALL_APPLET_DONT y
CONFIG_INSTALL_APPLET_SYMLINKS n
'';
})
# ( busybox.override {
# extraConfig = ''
# CONFIG_STATIC y
# CONFIG_INSTALL_APPLET_DONT y
# CONFIG_INSTALL_APPLET_SYMLINKS n
# '';
# })
elfutils
exfat
file
tree
pwgen