common/pkg: don't use static bb; add exfat
This commit is contained in:
parent
fa883cad05
commit
5436cf71df
1 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue