add nix tooling

main
Fabien Freling 2023-10-04 14:20:49 +02:00
parent 6509bdfaa8
commit 5f15f05d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]; };
};