From c3fc57d729d0303855d0961bd6c20ca8e7a0f444 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 2 Oct 2021 15:51:30 +0200 Subject: remove busybox as it is included in coreutils --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 13e3aa1..2c5ece7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -18,7 +18,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ vim busybox coreutils openssl ]; + environment.systemPackages = with pkgs; [ vim coreutils openssl ]; nixpkgs.config = { allowUnfree = true; }; nix = { -- cgit v1.2.3