nix: switch to alejandra

This commit is contained in:
Primrose 2025-02-05 22:23:47 +01:00
parent a63d8feec6
commit 961f6de90b
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ in
let
pkgs = import nixpkgs { inherit system; };
in
pkgs.nixfmt-rfc-style;
pkgs.alejandra;
in
lib.genAttrs systems formatterOf;