mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #15972 from martijnvermaat/shellcheck
haskellPackages.ShellCheck: add to all-packages.nix
This commit is contained in:
commit
8cb37c156c
|
@ -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