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 # Package configuration
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nix-repl nix-repl
( busybox.override { # ( busybox.override {
extraConfig = '' # extraConfig = ''
CONFIG_STATIC y # CONFIG_STATIC y
CONFIG_INSTALL_APPLET_DONT y # CONFIG_INSTALL_APPLET_DONT y
CONFIG_INSTALL_APPLET_SYMLINKS n # CONFIG_INSTALL_APPLET_SYMLINKS n
''; # '';
}) # })
elfutils elfutils
exfat
file file
tree tree
pwgen pwgen