From f6614f06e7b0b47884f0a5954898cbc13b55b213 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 2 Jun 2023 13:22:56 +0200 Subject: [PATCH] add nix tooling --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; };