From 30c718bb6c3c38ed3885c5f56d070eaf29ce0ef0 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 4 Jan 2022 17:04:47 +0100 Subject: nixos : make busybox available --- 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 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 = { -- cgit v1.2.3