about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-06-07 19:09:43 +0200
committerGitHub <noreply@github.com>2020-06-07 19:09:43 +0200
commit7b9d7cc05d828e50dbceeee09a1a88e105b05f4a (patch)
treef206e21817df388db95dd021be96253663e5e948 /nixos/modules/config
parent410ac1128799353726eca94bb4972bb40a92eb35 (diff)
parent99f4ca8bf89d32c27acee1e9074de11c0d065593 (diff)
downloadnixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar.gz
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar.bz2
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar.lz
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar.xz
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.tar.zst
nixlib-7b9d7cc05d828e50dbceeee09a1a88e105b05f4a.zip
Merge pull request #85947 from prusnak/images-zstd
Use zstd for ISO and SD images
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/system-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index cba357171d72..ae9710e3518b 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -41,6 +41,7 @@ let
       pkgs.time
       pkgs.utillinux
       pkgs.which # 88K size
+      pkgs.zstd
     ];
 
 in