Skip to content

Commit

Permalink
flake: don't build formatter
Browse files Browse the repository at this point in the history
ruff is broken on darwin
  • Loading branch information
zowoq committed Jan 20, 2025
1 parent e78932c commit 591adf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 591adf5

Please sign in to comment.