flake: add d2 to format .d2 files

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-14 19:08:44 +03:00
parent e0bb79dbdb
commit b573b06909
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
{
devShells.default = pkgs.mkShell {
packages = with pkgs; [
d2 # to format .d2 files
wd2.packages.${system}.default
deno
nodejs-18_x