diff --git a/flake.nix b/flake.nix index 9a081d2..0300468 100755 --- a/flake.nix +++ b/flake.nix @@ -205,25 +205,19 @@ perSystem = { pkgs, - system, ... }: { formatter = pkgs.nixfmt-rfc-style; devShells.default = pkgs.mkShell { - buildInputs = - with pkgs; - [ - nixd - nixfmt-rfc-style - prettierd - taplo - marksman - ] - ++ [ - inputs.viminal.packages.${system}.default - ]; + buildInputs = with pkgs; [ + nixd + nixfmt-rfc-style + prettierd + taplo + marksman + ]; }; }; };