add(nix): formatter (alejandra)

This commit is contained in:
Léana 江 2024-02-23 23:39:35 +01:00 committed by Léana 江
parent 18ada0d3a2
commit 7da8d8b72c
2 changed files with 6 additions and 2 deletions

View file

@ -74,4 +74,8 @@ in {
myPackages =
flake-utils.lib.eachDefaultSystem
(system: {packages = (mkArgs system).mypkgs;});
formatter =
flake-utils.lib.eachDefaultSystem
(system: {formatter = (mkArgs system).pkgs.alejandra;});
}