feat: add treefmt

This commit is contained in:
aviac
2025-10-16 08:34:45 +02:00
committed by Jade Ellis
parent 1b2224fac6
commit 37983b33a2
5 changed files with 71 additions and 1 deletions
+5
View File
@@ -19,6 +19,11 @@
flake = false;
};
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# for default.nix
flake-compat = {
url = "github:edolstra/flake-compat?ref=master";