mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
chore: default flake formatter
This commit is contained in:
parent
1f78026cc0
commit
9781a1071d
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
...
|
||||
}: {
|
||||
devShells.default = pkgs.mkShell {nativeBuildInputs = [config.packages.nix];};
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue