ci: selective builds and flake checks

This commit is contained in:
Callum Leslie 2025-09-10 13:58:28 +01:00
parent acf1a07132
commit d284b8ae4d
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
5 changed files with 98 additions and 1 deletions

View file

@ -60,7 +60,7 @@
devShells.default = pkgs.mkShell {
inherit (git-hook-check) shellHook;
buildInputs = with pkgs; [nix-init alejandra];
buildInputs = with pkgs; [nix-init alejandra jq];
};
formatter = pkgs.alejandra;