add treefmt and format everything

This commit is contained in:
Ingolf Wagner 2023-04-26 09:23:56 +02:00
commit ff9ac63676
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
9 changed files with 123 additions and 85 deletions
nixos/system/server

View file

@ -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