about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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];
       };
     };
   };