summary refs log tree commit diff stats
path: root/system/settings/base.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-10-12 12:30:05 +0200
committerAlan Pearce2020-10-12 12:30:05 +0200
commitb3fb6934f735845f042151d3b266377c40b46355 (patch)
tree5a4f08d95bb7ddc9a7b00c7a01091dcf0af70e90 /system/settings/base.nix
parent21e2678dd3927052f74cb5fc53678db5fbb89a9d (diff)
downloadnixfiles-b3fb6934f735845f042151d3b266377c40b46355.tar.lz
nixfiles-b3fb6934f735845f042151d3b266377c40b46355.tar.zst
nixfiles-b3fb6934f735845f042151d3b266377c40b46355.zip
base: add zstd for tar extraction
Diffstat (limited to 'system/settings/base.nix')
-rw-r--r--system/settings/base.nix1
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 = {