about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-15 14:24:45 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:30:39 +0200
commit602001636857bf3b756606f047cf348bd48be947 (patch)
tree5b49b5beffdb74f868c6dafa7477271e6b8555cd /flake.nix
parentFeat(hm/pkgs/scritps/update): Add branch selection (diff)
downloadnixos-config-602001636857bf3b756606f047cf348bd48be947.tar.gz
nixos-config-602001636857bf3b756606f047cf348bd48be947.zip
Feat(flake): Add shellcheck to the development env
Diffstat (limited to 'flake.nix')
-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];
       };
     };
   };