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
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue