feat: fuck alejandra

This commit is contained in:
Nick 2025-01-16 15:17:25 -06:00
parent 0be43dc3f5
commit a72d9e63e0
96 changed files with 1474 additions and 631 deletions

View file

@ -8,8 +8,8 @@
packages = builtins.attrValues {
inherit
(pkgs)
alejandra
just
nixd
nil
;
inherit
@ -21,6 +21,10 @@
elm-review
elm-test
;
inherit
(pkgs.haskellPackages)
nixfmt
;
};
};
};

View file

@ -16,11 +16,11 @@
inherit
(pkgs)
alejandra
dhall
dhall-json
dhall-lsp-server
helix-gpt
nixd
just
libz
ngrep
@ -51,6 +51,10 @@
npm
typescript-language-server
;
inherit
(pkgs.haskellPackages)
nixfmt
;
};
hlsCheck.enable = true;

View file

@ -1,6 +1,6 @@
{
pre-commit.settings.hooks = {
alejandra.enable = true;
nixfmt.enable = true;
commitizen.enable = true;
statix.enable = true;
};