From 602001636857bf3b756606f047cf348bd48be947 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 15 Apr 2023 14:24:45 +0200 Subject: Feat(flake): Add shellcheck to the development env --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 378c545f..a4dd3142 100644 --- a/flake.nix +++ b/flake.nix @@ -163,7 +163,7 @@ }; devShells."${system}" = { default = pkgs.mkShell { - packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default]; + packages = with pkgs; [nil alejandra statix ragenix.packages."${system}".default shellcheck]; }; }; }; -- cgit 1.4.1