diff --git a/shell.nix b/shell.nix index 5ae46fe..cef30eb 100644 --- a/shell.nix +++ b/shell.nix @@ -15,4 +15,7 @@ }; }; in - pkgs.mkShell {inherit (git-check) shellHook;} + pkgs.mkShell { + buildInputs = with pkgs; [alejandra nixd]; + inherit (git-check) shellHook; + }