mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Toolchain/nix: Set the default formatter for the flake
This commit is contained in:
parent
8307797859
commit
e98b397cce
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
{
|
||||
devShells.default = import ./Toolchain { inherit pkgs; };
|
||||
devShells.ladybird = import ./Ladybird { inherit pkgs; };
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue