Add alejandra to build inputs for nix flake template
This commit is contained in:
parent
f55594b02c
commit
006535e93e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [nil];
|
||||
buildInputs = with pkgs; [nil alejandra];
|
||||
inherit (outputs.checks.${system}.pre-commit-check) shellHook;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue