aboutsummaryrefslogtreecommitdiff
path: root/corepkgs
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs')
-rw-r--r--corepkgs/nar.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/nar.nix b/corepkgs/nar.nix
index c3db19d0d..04be17fb0 100644
--- a/corepkgs/nar.nix
+++ b/corepkgs/nar.nix
@@ -8,7 +8,7 @@ let
if [ $compressionType = xz ]; then
ext=.xz
- compressor="| ${xz} -9"
+ compressor="| ${xz} -7"
elif [ $compressionType = bzip2 ]; then
ext=.bz2
compressor="| ${bzip2}"