From affbb99ef906e5aeeb9f1cfc5e768efed5fa9d81 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 17 May 2024 11:19:48 +0100 Subject: [PATCH] feat: switch back to numtide/treefmt-nix It now supports freeform type for settings allowing us to pass through pipeline options. Signed-off-by: Brian McGee --- flake.lock | 11 +++++------ flake.nix | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 1528488..579f642 100644 --- a/flake.lock +++ b/flake.lock @@ -183,16 +183,15 @@ ] }, "locked": { - "lastModified": 1714382886, - "narHash": "sha256-+gooxbbYcP+MORKQ7W/C2ATvlonW+dyHgCUPnu5dfco=", - "owner": "brianmcgee", + "lastModified": 1715940852, + "narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=", + "owner": "numtide", "repo": "treefmt-nix", - "rev": "535e6904c34964ce56d8c092835c11fe6341acc8", + "rev": "2fba33a182602b9d49f0b2440513e5ee091d838b", "type": "github" }, "original": { - "owner": "brianmcgee", - "ref": "feat/pipelines", + "owner": "numtide", "repo": "treefmt-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 5cd4531..15eee8d 100644 --- a/flake.nix +++ b/flake.nix @@ -17,8 +17,7 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; treefmt-nix = { - # todo switch back to numtide/treefmt-nix once merged - url = "github:brianmcgee/treefmt-nix/feat/pipelines"; + url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; devshell = {