Add alejandra to build inputs for nix flake template

This commit is contained in:
Daniel Flanagan 2024-02-28 10:12:31 -06:00
parent f55594b02c
commit 006535e93e
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -36,7 +36,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in in
pkgs.mkShell { pkgs.mkShell {
buildInputs = with pkgs; [nil]; buildInputs = with pkgs; [nil alejandra];
inherit (outputs.checks.${system}.pre-commit-check) shellHook; inherit (outputs.checks.${system}.pre-commit-check) shellHook;
}); });