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

20
flake.lock generated
View File

@@ -968,22 +968,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_5": {
"locked": {
"lastModified": 1761236834,
"narHash": "sha256-+pthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE+fV2Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "d5faa84122bc0a1fd5d378492efce4e289f8eac1",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"noctalia": { "noctalia": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -1261,7 +1245,9 @@
}, },
"treefmt": { "treefmt": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_5" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1766000401, "lastModified": 1766000401,

View File

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