tooling: switch from alejandra to nixfmt
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a696436b90e48895139b7e0b59b75c0e64cae
This commit is contained in:
parent
9603b43f34
commit
f4464732e3
7 changed files with 31 additions and 33 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue