From 5f15f05d8a447cbfbbe037754a2bffac0894c281 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Wed, 4 Oct 2023 14:20:49 +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 ]; }; };