From 451250effd900e01d9f85b9c2a92a72ca3df682a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 21 Jun 2024 19:41:21 -0400 Subject: [PATCH] chore: Redundant flake output --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1487eb1..ab54552 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,6 @@ projectRootFile = "flake.nix"; programs.nixpkgs-fmt.enable = true; }; - formatter = config.treefmt.build.wrapper; packages.default = self'.packages.activate;