chore(flake.nix): treefmt.inputs.nixpkgs.follows = "nixpkgs"

This commit is contained in:
2025-12-20 12:57:47 +08:00
parent 7a8e7ca9d7
commit 5bfd7bf857
2 changed files with 7 additions and 18 deletions

View File

@@ -85,7 +85,10 @@
# keep-sorted end
# Misc
treefmt.url = "github:numtide/treefmt-nix";
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
plant = {
url = "git+ssh://git@git.imxyy.top:2222/imxyy1soope1/HF-plant.git?rev=08dc0b3889797eb3618c7475c3c367ec0e5fdf40";
flake = false;