From ad925d822856085fd9019981cc83dd5eb9c70339 Mon Sep 17 00:00:00 2001 From: Slim B Date: Thu, 12 Feb 2026 13:21:37 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cfee63e..063826e 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ inherit version; src = ./.; - nativeBuildInputs = [ pkgs.makeWrapper ]; + nativeBuildInputs = [ pkgs.makeWrapper pkgs.shellcheck ]; installPhase = '' mkdir -p $out/{bin,lib}