feat: add alejandra and nixd as build inputs.

This commit is contained in:
CronyAkatsuki 2026-02-25 11:40:19 +01:00
parent 0cc422c6e2
commit acd741c7a4

View file

@ -15,4 +15,7 @@
};
};
in
pkgs.mkShell {inherit (git-check) shellHook;}
pkgs.mkShell {
buildInputs = with pkgs; [alejandra nixd];
inherit (git-check) shellHook;
}