add nix tooling

Fabien Freling 2023-06-02 13:22:56 +02:00
parent d7fcc5befc
commit f6614f06e7
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 ]; };
};