Skip to content

Commit

Permalink
fix zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Feb 25, 2024
1 parent ee8d048 commit 45327c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/archiving.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs, user, ... }: {
home-manager.users.${user}.programs.bash.initExtra = ''
ZSTD_CLEVEL=22
ZSTD_CLEVEL=19
ZSTD_NBTHREADS=`nproc --all`
'';

Expand Down

0 comments on commit 45327c1

Please sign in to comment.