diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-01-04 17:04:47 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-01-04 17:04:47 +0100 |
| commit | 30c718bb6c3c38ed3885c5f56d070eaf29ce0ef0 (patch) | |
| tree | fd3c535cf85e2bd5bcd6e968aaece2c771620882 /nixos | |
| parent | b80a4d0d82b176d060ba103b4d9543774703a0fb (diff) | |
nixos : make busybox available
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 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 = { |
