From acd741c7a40e78667dfcfe433b9d9e3a27ef62a2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 25 Feb 2026 11:40:19 +0100 Subject: [PATCH] feat: add alejandra and nixd as build inputs. --- shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; + }