diff options
author | Soispha <soispha@vhack.eu> | 2023-04-15 14:24:45 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:39 +0200 |
commit | 602001636857bf3b756606f047cf348bd48be947 (patch) | |
tree | 5b49b5beffdb74f868c6dafa7477271e6b8555cd /flake.nix | |
parent | Feat(hm/pkgs/scritps/update): Add branch selection (diff) | |
download | nixos-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.nix | 2 |
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]; }; }; }; |