switch to nixpkgs-fmt

This commit is contained in:
Leonardo Eugênio 2023-01-22 18:10:53 -03:00
parent 8d171f587a
commit bbad3928fc
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ in {
pkgs.unstable.rust-analyzer
gcc
rnix-lsp
nixfmt
nixpkgs-fmt
trunk
wasm-bindgen-cli

View file

@ -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"]