From 591adf59fe3abf475a1c9fe78e831e1e5e77a0df Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:31:15 +1000 Subject: [PATCH] flake: don't build formatter ruff is broken on darwin --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a5e6abc2d..33098a136 100644 --- a/flake.nix +++ b/flake.nix @@ -126,9 +126,9 @@ in darwinConfigurations // devShells - // { - inherit (self') formatter; - } + #// { + # inherit (self') formatter; + #} // nixosConfigurations // pkgs.lib.optionalAttrs (system == "x86_64-linux") { inherit (self'.packages) docs docs-linkcheck;