diff --git a/flake.nix b/flake.nix index 0539d04..9fd2c8b 100644 --- a/flake.nix +++ b/flake.nix @@ -129,6 +129,7 @@ { # Get unstable packages unstable = unstablePkgs; + # Update vim plugins with the versions from unstable vimPlugins = prev.vimPlugins // unstablePkgs.vimPlugins; # Get specific packages from unstable @@ -228,7 +229,7 @@ devShells = forEachSupportedSystem ( { pkgs, system }: { - default = pkgs.mkShell { + default = pkgs.mkShellNoCC { buildInputs = [ pkgs.just self.packages.${system}.nvim diff --git a/nvim/standalone.nix b/nvim/standalone.nix index d870b25..b786eac 100644 --- a/nvim/standalone.nix +++ b/nvim/standalone.nix @@ -53,7 +53,8 @@ ]; # Formatting & linters extraPackages = [ - pkgs.unstable.silicon + # Rust 1.80.0 broke it, waiting for https://github.com/Aloxaf/silicon/pull/254 to be accepted + pkgs.silicon pkgs.unstable.alejandra pkgs.unstable.luajitPackages.jsregexp pkgs.unstable.statix