From 5436cf71dfd1b9e304f4a3e8d4bd4d403c00aae6 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 23 May 2016 00:38:03 +0200 Subject: [PATCH] common/pkg: don't use static bb; add exfat --- configuration/common/pkg/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/configuration/common/pkg/default.nix b/configuration/common/pkg/default.nix index 062f395..b328140 100644 --- a/configuration/common/pkg/default.nix +++ b/configuration/common/pkg/default.nix @@ -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