diff options
| -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 b178e78..1a4dfe9 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -19,7 +19,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ vim coreutils openssl ]; + environment.systemPackages = with pkgs; [ vim busybox coreutils openssl ]; nixpkgs.config = { allowUnfree = true; }; nix = { |
