diff options
author | Alan Pearce | 2020-10-12 12:30:05 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-12 12:30:05 +0200 |
commit | b3fb6934f735845f042151d3b266377c40b46355 (patch) | |
tree | 5a4f08d95bb7ddc9a7b00c7a01091dcf0af70e90 /system/settings | |
parent | 21e2678dd3927052f74cb5fc53678db5fbb89a9d (diff) | |
download | nixfiles-b3fb6934f735845f042151d3b266377c40b46355.tar.lz nixfiles-b3fb6934f735845f042151d3b266377c40b46355.tar.zst nixfiles-b3fb6934f735845f042151d3b266377c40b46355.zip |
base: add zstd for tar extraction
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/base.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { |