tooling: switch from alejandra to nixfmt

Signed-off-by: Bloxx12 <charlie@charlieroot.dev>
Change-Id: I6a6a696436b90e48895139b7e0b59b75c0e64cae
This commit is contained in:
Bloxx12 2025-07-20 00:48:11 +02:00
commit f4464732e3
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
7 changed files with 31 additions and 33 deletions

View file

@ -1,5 +1,5 @@
{
alejandra,
sources,
basedpyright,
bash-language-server,
callPackage,
@ -61,7 +61,7 @@
toml = formats.toml {};
helix-languages = callPackage ./languages.nix {inherit lib;};
helix-languages = callPackage ./languages.nix {inherit lib sources;};
colorscheme = toml.generate "colorscheme.toml" (import ./colorscheme.nix);
helix-config = {