chore: add treefmt

This commit is contained in:
technofab 2025-08-28 09:06:24 +02:00
parent 2e25d42c85
commit 1246175082
No known key found for this signature in database
4 changed files with 41 additions and 9 deletions

23
nix/repo/flake.lock generated
View file

@ -17,7 +17,7 @@
"type": "gitlab"
}
},
"nixmkdocs": {
"nixmkdocs-lib": {
"locked": {
"dir": "lib",
"lastModified": 1755785622,
@ -54,8 +54,25 @@
"root": {
"inputs": {
"devshell-lib": "devshell-lib",
"nixmkdocs": "nixmkdocs",
"nixtest-lib": "nixtest-lib"
"nixmkdocs-lib": "nixmkdocs-lib",
"nixtest-lib": "nixtest-lib",
"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"
}
}
},