Merge pull request #229188 from mweinelt/bandit-toplvl

bandit: Introduce top-level attribute
This commit is contained in:
figsoda 2023-04-30 20:12:05 -04:00 committed by GitHub
commit 2342425c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17555,6 +17555,8 @@ with pkgs;
bam = callPackage ../development/tools/build-managers/bam { };
bandit = with python3Packages; toPythonApplication bandit;
bazel = bazel_6;
bazel_4 = callPackage ../development/tools/build-managers/bazel/bazel_4 {