nixify
This commit is contained in:
parent
81bb8afc41
commit
98dcea4d7e
10 changed files with 811 additions and 478 deletions
16
treefmt.nix
Normal file
16
treefmt.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
_: {
|
||||
projectRootFile = "flake.nix";
|
||||
|
||||
programs = {
|
||||
nixfmt.enable = true;
|
||||
|
||||
black.enable = true;
|
||||
|
||||
isort = {
|
||||
enable = true;
|
||||
profile = "black";
|
||||
};
|
||||
|
||||
shfmt.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue