From 854fea40ce83bca649974222e5e365e4dc650786 Mon Sep 17 00:00:00 2001 From: Ezri Zhu Date: Sat, 2 Nov 2024 17:10:10 -0400 Subject: [PATCH] add shellcheck to shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 3d3558a..ecf1838 100644 --- a/shell.nix +++ b/shell.nix @@ -6,5 +6,7 @@ pkgs.mkShell { mergerfs attr util-linux + time + shellcheck ]; }