chore: add treefmt

This commit is contained in:
technofab 2025-08-28 10:35:06 +02:00
parent b0eaa25b77
commit 9c1a29fa9b
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
3 changed files with 33 additions and 3 deletions

19
cells/repo/flake.lock generated
View file

@ -37,7 +37,24 @@
"root": {
"inputs": {
"devshell": "devshell",
"nixmkdocs": "nixmkdocs"
"nixmkdocs": "nixmkdocs",
"treefmt-nix": "treefmt-nix"
}
},
"treefmt-nix": {
"flake": false,
"locked": {
"lastModified": 1755934250,
"narHash": "sha256-CsDojnMgYsfshQw3t4zjRUkmMmUdZGthl16bXVWgRYU=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "74e1a52d5bd9430312f8d1b8b0354c92c17453e5",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
}
},