Updated formatter

This commit is contained in:
2023-12-19 17:03:36 -04:00
parent 00c013b88b
commit 44099279fe
2 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{pkgs, ...}: {
pre-commit.hooks = {
alejandra.enable = true;
};
{
pre-commit.hooks = { nixpkgs-fmt.enable = true; };
packages = with pkgs; [ nixpkgs-fmt nixfmt ];
packages = with pkgs; [nixpkgs-fmt nixfmt];
}