add treefmt and format everything
This commit is contained in:
parent
b2054c4b33
commit
ff9ac63676
9 changed files with 123 additions and 85 deletions
nixos/system
|
@ -93,6 +93,11 @@ in
|
|||
|
||||
memoryUsage
|
||||
|
||||
treefmt
|
||||
shellcheck
|
||||
shfmt
|
||||
black
|
||||
|
||||
#gitlog2json
|
||||
|
||||
pciutils
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
flakeIgnore = [ "E265" "E225" "W292" ];
|
||||
}
|
||||
(lib.fileContents ../../assets/nginx-show-config.sh);
|
||||
(lib.fileContents ../../assets/nginx-show-config.py);
|
||||
in
|
||||
[
|
||||
pkgs.mosh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue