mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 02:27:44 +00:00
feat: swap out alejandra with nixfmt
This commit is contained in:
parent
a6293bb144
commit
b6c6b8365a
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ in {
|
||||||
{
|
{
|
||||||
name = "nix";
|
name = "nix";
|
||||||
auto-format = false;
|
auto-format = false;
|
||||||
formatter.command = "alejandra";
|
formatter.command = "nixfmt";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -212,7 +212,7 @@ in {
|
||||||
marksman
|
marksman
|
||||||
|
|
||||||
# NIX
|
# NIX
|
||||||
alejandra
|
nixfmt-rfc-style
|
||||||
nil
|
nil
|
||||||
|
|
||||||
# PYTHON
|
# PYTHON
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue