feat: use treefmt-nix and split up flake.nix

This commit is contained in:
Jalil David Salamé Messina 2024-10-26 13:23:22 +02:00
parent 442601f25a
commit c81d7af356
Signed by: jalil
GPG key ID: F016B9E770737A0B
8 changed files with 284 additions and 256 deletions

23
flake.lock generated
View file

@ -39,7 +39,8 @@
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"systems": "systems"
"systems": "systems",
"treefmt-nix": "treefmt-nix"
}
},
"systems": {
@ -56,6 +57,26 @@
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1729613947,
"narHash": "sha256-XGOvuIPW1XRfPgHtGYXd5MAmJzZtOuwlfKDgxX5KT3s=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "aac86347fb5063960eccb19493e0cadcdb4205ca",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
}
},
"root": "root",