From 2aa84253dd3e243f2b43c91c012beb29d971091c Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 1 Sep 2025 16:28:22 +0200 Subject: [PATCH] Add shellcheck to nix dev shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 279e3c1..802bbaa 100644 --- a/shell.nix +++ b/shell.nix @@ -22,7 +22,7 @@ let }) ]; - buildInputs = [ pkgs.bashInteractive ]; + packages = [ pkgs.shellcheck ]; env.RUST_BACKTRACE = 1; };