From b3fb6934f735845f042151d3b266377c40b46355 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 12 Oct 2020 12:30:05 +0200 Subject: base: add zstd for tar extraction --- system/settings/base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/settings/base.nix b/system/settings/base.nix index 1fbe1af4..a8e7b606 100644 --- a/system/settings/base.nix +++ b/system/settings/base.nix @@ -8,6 +8,7 @@ environment.systemPackages = with pkgs; [ nix-index + zstd ]; programs.zsh = { -- cgit 1.4.1