switch to uv and to nix flakes
This commit is contained in:
parent
14005f36ce
commit
b1bdef2d5d
20 changed files with 1522 additions and 1751 deletions
13
treefmt.nix
Normal file
13
treefmt.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
projectRootFile = "flake.nix";
|
||||
|
||||
programs.nixfmt.enable = true;
|
||||
|
||||
programs.black.enable = true;
|
||||
|
||||
programs.isort = {
|
||||
enable = true;
|
||||
profile = "black";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue