base: add zstd for tar extraction
Alan Pearce alan@alanpearce.eu
Mon, 12 Oct 2020 12:30:05 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M system/settings/base.nix → system/settings/base.nix
@@ -8,6 +8,7 @@ boot.loader.timeout = lib.mkDefault 1; environment.systemPackages = with pkgs; [ nix-index + zstd ]; programs.zsh = {