WIP autoscaler agent
This commit is contained in:
parent
c610a3e284
commit
28059dcedf
34 changed files with 2409 additions and 35 deletions
7
treefmt.nix
Normal file
7
treefmt.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
programs.nixfmt.enable = true;
|
||||
programs.ruff-check.enable = true;
|
||||
programs.ruff-format.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue