flake: add alejandra to devShell, format

This commit is contained in:
NullBite 2025-02-08 14:13:30 -05:00
parent 1071440ed1
commit f85b59a2e9
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -435,6 +435,7 @@
}; };
default = pkgs.mkShell { default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
alejandra
nix-update nix-update
inputs.agenix.packages.${system}.default inputs.agenix.packages.${system}.default
]; ];