switch to nixpkgs-fmt
This commit is contained in:
parent
8d171f587a
commit
bbad3928fc
|
@ -132,7 +132,7 @@ in {
|
|||
pkgs.unstable.rust-analyzer
|
||||
gcc
|
||||
rnix-lsp
|
||||
nixfmt
|
||||
nixpkgs-fmt
|
||||
|
||||
trunk
|
||||
wasm-bindgen-cli
|
||||
|
|
|
@ -110,7 +110,7 @@ filetypes = ["nix"]
|
|||
roots = ["flake.nix", "shell.nix", ".git"]
|
||||
command = "nil"
|
||||
[language.nix.settings.nil]
|
||||
formatting.command = [ "nixfmt" ]
|
||||
formatting.command = [ "nixpkgs-fmt" ]
|
||||
|
||||
[language.ocaml]
|
||||
filetypes = ["ocaml"]
|
||||
|
|
Loading…
Reference in a new issue