diff --git a/flake.nix b/flake.nix index 0f6145d..d681867 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ let vscodeCustom = pkgs.vscode-with-extensions.override { vscodeExtensions = with pkgs.vscode-extensions; - [ dart-code.flutter ]; + [ dart-code.flutter bbenoist.nix brettm12345.nixfmt-vscode ]; }; in mkShell { buildInputs = [ just flutter vscodeCustom ]; }; };