mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
bandit: Introduce top-level attribute
This commit is contained in:
parent
9116837abd
commit
52cb45e609
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user