Let's try this?

This commit is contained in:
Lillian Violet 2024-04-29 15:57:41 +02:00
parent afadb4eabe
commit 2d1c049cf2

View file

@ -60,8 +60,8 @@
roots = ["flake.lock" "flake.nix"];
language-servers = ["nil"];
formatter = {
command = "nix";
args = ["fmt"];
command = "alejandra";
args = ["-q"];
};
}
];