mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
packaging/dev-shell: Add shellcheck
It was already in the closure for the pre-commit hook installation script.
This commit is contained in:
parent
169a368459
commit
df23f2b3c1
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ pkgs.nixComponents2.nix-util.overrideAttrs (
|
|||
modular.pre-commit.settings.package
|
||||
(pkgs.writeScriptBin "pre-commit-hooks-install" modular.pre-commit.settings.installationScript)
|
||||
pkgs.buildPackages.nixfmt-rfc-style
|
||||
pkgs.buildPackages.shellcheck
|
||||
pkgs.buildPackages.gdb
|
||||
]
|
||||
++ lib.optional (stdenv.cc.isClang && stdenv.hostPlatform == stdenv.buildPlatform) (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue