feat(flake): switch to treefmt-nix
All checks were successful
/ check (push) Successful in 24s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 2s

This allows me to remove all checks and replace them with treefmt-nix
This commit is contained in:
Jalil David Salamé Messina 2024-10-15 22:05:55 +02:00
parent f2530d1010
commit 002c74ca1b
Signed by: jalil
GPG key ID: F016B9E770737A0B
4 changed files with 22 additions and 32 deletions

6
flake.lock generated
View file

@ -289,7 +289,9 @@
"unstable"
],
"nuschtosSearch": [],
"treefmt-nix": "treefmt-nix"
"treefmt-nix": [
"treefmt-nix"
]
},
"locked": {
"lastModified": 1728829992,
@ -314,6 +316,7 @@
"nixvim": "nixvim",
"stylix": "stylix",
"systems": "systems",
"treefmt-nix": "treefmt-nix",
"unstable": "unstable"
}
},
@ -368,7 +371,6 @@
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},