diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-10-02 15:51:30 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-10-02 15:51:30 +0200 |
| commit | c3fc57d729d0303855d0961bd6c20ca8e7a0f444 (patch) | |
| tree | a6871ef89fa33b0d1e32c2ba8c10bc7e597e01af /nixos | |
| parent | ca1cd335e66b0e2eefecf70030a7e64276956c2b (diff) | |
remove busybox as it is included in coreutils
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
