diff --git a/flake.lock b/flake.lock index a514e9e..bd819b4 100644 --- a/flake.lock +++ b/flake.lock @@ -128,16 +128,15 @@ }, "treefmt-nix": { "locked": { - "lastModified": 1671672285, - "narHash": "sha256-L8X1c3yoWPJtvnAY07DaYlH57lBCMhpXw2H6jXLjFpQ=", - "owner": "Platonic-Systems", + "lastModified": 1671882555, + "narHash": "sha256-43HxY5gNaDMkKckeEXbhua4Ay1/S1HnYzqZBIVhzeqI=", + "owner": "numtide", "repo": "treefmt-nix", - "rev": "5694629389b04ffc0110b0c59f482ebd2213ca99", + "rev": "97981314ddf673803a1d5f966014f444a1054b1e", "type": "github" }, "original": { - "owner": "Platonic-Systems", - "ref": "flake-module", + "owner": "numtide", "repo": "treefmt-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 6fbb0b8..01b721e 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; haskell-flake.url = "github:srid/haskell-flake"; - treefmt-nix.url = "github:Platonic-Systems/treefmt-nix/flake-module"; # https://github.com/numtide/treefmt-nix/pull/14 + treefmt-nix.url = "github:numtide/treefmt-nix"; flake-root.url = "github:srid/flake-root"; mission-control.url = "github:Platonic-Systems/mission-control"; };