diff --git a/flake.nix b/flake.nix index 303aeb1..e443699 100644 --- a/flake.nix +++ b/flake.nix @@ -69,22 +69,16 @@ devShells.default = pkgs.mkShell { inherit nativeBuildInputs; - buildInputs = - with pkgs; - nativeBuildInputs - ++ [ - gcc - libevdev - bind - autoconf - autoconf-archive - libtool - automake - git - - # editor support - bear - ]; + buildInputs = buildInputs ++ (with pkgs; [ + gcc + bind + autoconf + libtool + automake + git + # editor support + bear + ]); }; } );