From 8a675956362b9873d7b771e1f86848f6aff612fe Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 24 Apr 2020 18:13:37 +0200 Subject: [PATCH] nixos/system-path: add zstd --- nixos/modules/config/system-path.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix index 4100ec89701..b9898d8155f 100644 --- a/nixos/modules/config/system-path.nix +++ b/nixos/modules/config/system-path.nix @@ -43,6 +43,7 @@ let pkgs.time pkgs.utillinux pkgs.which # 88K size + pkgs.zstd ]; in