From 09b6b8d66654e42b2e1afea9cac68c2c4819293a Mon Sep 17 00:00:00 2001 From: atlas Date: Tue, 15 Sep 2026 21:26:38 +0200 Subject: [PATCH] Add shellcheck to devshell Refs #4425 --- nix/devshell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/devshell.nix b/nix/devshell.nix index d7562084..9e3de16c 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -20,6 +20,7 @@ rust-analyzer rustc rustfmt + shellcheck # The two "prose lint (vale)" CI jobs run vale over docs/. `vale # sync` must run once before `vale docs` and writes styles to # $XDG_DATA_HOME, so point that at the repo like CI does: