flake/dev: use treefmt flake parts module (#1551)

Link: https://github.com/nix-community/stylix/pull/1551

Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
awwpotato 2025-07-08 10:32:19 -07:00 committed by GitHub
parent 2a1ad27868
commit 8f3259dbc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 77 additions and 86 deletions

23
flake/dev/flake.lock generated
View file

@ -101,7 +101,28 @@
"dev-nixpkgs": "dev-nixpkgs",
"flake-compat": "flake-compat",
"git-hooks": "git-hooks",
"home-manager": "home-manager"
"home-manager": "home-manager",
"treefmt-nix": "treefmt-nix"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"dev-nixpkgs"
]
},
"locked": {
"lastModified": 1750931469,
"narHash": "sha256-0IEdQB1nS+uViQw4k3VGUXntjkDp7aAlqcxdewb/hAc=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "ac8e6f32e11e9c7f153823abc3ab007f2a65d3e1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
}
},