ci: format
This commit is contained in:
parent
8501656546
commit
22ffea117c
1 changed files with 4 additions and 2 deletions
|
|
@ -19,7 +19,8 @@
|
|||
{
|
||||
formatter = forEachSystem (pkgs: pkgs.nixfmt-tree);
|
||||
|
||||
devShells = forEachSystem (pkgs:
|
||||
devShells = forEachSystem (
|
||||
pkgs:
|
||||
let
|
||||
devTools = [
|
||||
(pkgs.luajit.withPackages (
|
||||
|
|
@ -50,6 +51,7 @@
|
|||
pkgs.mermaid-cli
|
||||
];
|
||||
};
|
||||
});
|
||||
}
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue