1
0
Fork 0

nginx: Remove zstd

This commit is contained in:
Daniel Kempkens 2023-05-04 22:52:36 +02:00
parent 211461c117
commit 82ec6c6b31
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 3 deletions

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "01c23a8036340af45cd90fa5b771ba16bd6eb152"; rev = "54741de02c18fae1b33d2b0da36f5ef946712073";
sha256 = "0vn6v1cw9xq53awzhpd31pd5s2a6ar5by5p5g7ddfxcm1141vcx3"; sha256 = "0l6m3sf03yxjf1y77w0nx5jnd9vfahz03yrgfzpnvjbd8y3vn70y";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -8,7 +8,6 @@
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedBrotliSettings = true; recommendedBrotliSettings = true;
recommendedZstdSettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
commonHttpConfig = '' commonHttpConfig = ''