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