diff --git a/flake.lock b/flake.lock index b37a2df..cb4d1da 100644 --- a/flake.lock +++ b/flake.lock @@ -968,22 +968,6 @@ "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": { "inputs": { "nixpkgs": [ @@ -1261,7 +1245,9 @@ }, "treefmt": { "inputs": { - "nixpkgs": "nixpkgs_5" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1766000401, diff --git a/flake.nix b/flake.nix index bbdb121..164a72c 100644 --- a/flake.nix +++ b/flake.nix @@ -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;