diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index 9359d1f..b8e5758 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -111,8 +111,8 @@ in src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "01c23a8036340af45cd90fa5b771ba16bd6eb152"; - sha256 = "0vn6v1cw9xq53awzhpd31pd5s2a6ar5by5p5g7ddfxcm1141vcx3"; + rev = "54741de02c18fae1b33d2b0da36f5ef946712073"; + sha256 = "0l6m3sf03yxjf1y77w0nx5jnd9vfahz03yrgfzpnvjbd8y3vn70y"; fetchSubmodules = false; }; }; diff --git a/system/nixos/nginx.nix b/system/nixos/nginx.nix index 4ebeb25..e8d3488 100644 --- a/system/nixos/nginx.nix +++ b/system/nixos/nginx.nix @@ -8,7 +8,6 @@ recommendedOptimisation = true; recommendedGzipSettings = true; recommendedBrotliSettings = true; - recommendedZstdSettings = true; recommendedTlsSettings = true; commonHttpConfig = ''