From 93e1e226ee1dfdd532d91972182291f6bd8c46a2 Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Sat, 15 Mar 2025 16:14:40 +0100
Subject: [PATCH] base: add shellcheck to base programs

---
 base/programs.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/base/programs.nix b/base/programs.nix
index 3655de8..064c3e1 100644
--- a/base/programs.nix
+++ b/base/programs.nix
@@ -36,6 +36,7 @@
       gnumake
       gnupg
       python3
+      shellcheck
       vim
       # terminal utilities
       htop