mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Add haskellPackages.ShellCheck to all-packages.nix
This commit is contained in:
parent
7dca3873d0
commit
3c41baac9d
1 changed files with 2 additions and 0 deletions
|
@ -6442,6 +6442,8 @@ in
|
|||
sbt = callPackage ../development/tools/build-managers/sbt { };
|
||||
simpleBuildTool = sbt;
|
||||
|
||||
shellcheck = self.haskellPackages.ShellCheck;
|
||||
|
||||
sigrok-cli = callPackage ../development/tools/sigrok-cli { };
|
||||
|
||||
simpleTpmPk11 = callPackage ../tools/security/simple-tpm-pk11 { };
|
||||
|
|
Loading…
Reference in a new issue