add nix tooling
This commit is contained in:
parent
d7fcc5befc
commit
f6614f06e7
|
@ -25,7 +25,7 @@
|
||||||
let
|
let
|
||||||
vscodeCustom = pkgs.vscode-with-extensions.override {
|
vscodeCustom = pkgs.vscode-with-extensions.override {
|
||||||
vscodeExtensions = with pkgs.vscode-extensions;
|
vscodeExtensions = with pkgs.vscode-extensions;
|
||||||
[ dart-code.flutter ];
|
[ dart-code.flutter bbenoist.nix brettm12345.nixfmt-vscode ];
|
||||||
};
|
};
|
||||||
in mkShell { buildInputs = [ just flutter vscodeCustom ]; };
|
in mkShell { buildInputs = [ just flutter vscodeCustom ]; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue