Add alejandra as formatter

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-04 20:03:12 +01:00
parent e7f90c4a87
commit fed6d34efc
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -325,6 +325,7 @@
pkg-config
haskell.packages.ghc946.haskell-language-server
jq
alejandra
] ++ (lib.foldl (acc: x: acc ++ x) [] (map (x: pkgs.haskell.packages.ghc946.${x}.buildInputs) [ "gi-pangocairo" "X11" "cairo" "glib" ]));
};
};