Toolchain/nix: Set the default formatter for the flake

This commit is contained in:
Vinicius Deolindo 2024-09-20 22:33:35 -03:00 committed by Nico Weber
parent 8307797859
commit e98b397cce

View file

@ -20,6 +20,7 @@
{
devShells.default = import ./Toolchain { inherit pkgs; };
devShells.ladybird = import ./Ladybird { inherit pkgs; };
formatter = pkgs.nixfmt-rfc-style;
}
);
}