diff --git a/flake.lock b/flake.lock index 7035aa1..3187233 100644 --- a/flake.lock +++ b/flake.lock @@ -137,22 +137,6 @@ "type": "indirect" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1675545634, - "narHash": "sha256-TbQeQcM5TA/wIho6xtzG+inUfiGzUXi8ewwttiQWYJE=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0591d6b57bfeb55dfeec99a671843337bc2c3323", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur-update": { "inputs": { "nixpkgs": [ @@ -230,7 +214,9 @@ }, "treefmt-nix": { "inputs": { - "nixpkgs": "nixpkgs_3" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1675588998, diff --git a/flake.nix b/flake.nix index c21ba00..08f2fdc 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ disko.inputs.nixpkgs.follows = "nixpkgs"; treefmt-nix.url = "github:numtide/treefmt-nix"; + treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = inputs @ { flake-parts, ... }: