nix: Use upstream treefmt-nix

This commit is contained in:
Sridhar Ratnakumar 2022-12-24 06:53:10 -05:00
parent 1efe165ef3
commit ea5d85b4a5
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -128,16 +128,15 @@
}, },
"treefmt-nix": { "treefmt-nix": {
"locked": { "locked": {
"lastModified": 1671672285, "lastModified": 1671882555,
"narHash": "sha256-L8X1c3yoWPJtvnAY07DaYlH57lBCMhpXw2H6jXLjFpQ=", "narHash": "sha256-43HxY5gNaDMkKckeEXbhua4Ay1/S1HnYzqZBIVhzeqI=",
"owner": "Platonic-Systems", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "5694629389b04ffc0110b0c59f482ebd2213ca99", "rev": "97981314ddf673803a1d5f966014f444a1054b1e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Platonic-Systems", "owner": "numtide",
"ref": "flake-module",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"type": "github" "type": "github"
} }

View file

@ -4,7 +4,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
haskell-flake.url = "github:srid/haskell-flake"; 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"; flake-root.url = "github:srid/flake-root";
mission-control.url = "github:Platonic-Systems/mission-control"; mission-control.url = "github:Platonic-Systems/mission-control";
}; };