Skip to content

Commit 16521b4

Browse files
committed
Renamed bazel_ot to bazelisk
This derivation isn't the 'ot' version of bazel. It's just bazelisk, with the upstream's bazel shell autocompletions.
1 parent ecea895 commit 16521b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev/opentitan.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
pkgs,
66
ncurses5-fhs,
77
ncurses6-fhs,
8-
bazel_ot,
8+
bazelisk,
99
python-ot,
1010
verilator_ot,
1111
verible_ot,
@@ -46,7 +46,7 @@ in
4646
targetPkgs = _:
4747
with pkgs;
4848
[
49-
bazel_ot
49+
bazelisk
5050
verilator_ot
5151
verible_ot
5252

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
packages = flake-utils.lib.filterPackages system lowriscPkgs;
7777
devShells = {
7878
opentitan = pkgs.callPackage ./dev/opentitan.nix {
79-
inherit (lowriscPkgs) ncurses5-fhs ncurses6-fhs bazel_ot verilator_ot python-ot verible_ot;
79+
inherit (lowriscPkgs) ncurses5-fhs ncurses6-fhs bazelisk verilator_ot python-ot verible_ot;
8080
};
8181
cheriot = pkgs.mkShell {
8282
name = "cheriot";
File renamed without changes.

pkgs/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# OpenTitan packages
1414
verilator_ot = import ./verilator {inherit pkgs;};
1515
python-ot = pkgs.callPackage ./python-ot {inherit inputs;};
16-
bazel_ot = pkgs.callPackage ./bazel_ot {};
16+
bazelisk = pkgs.callPackage ./bazelisk {};
1717
verible_ot = pkgs.callPackage ./verible.nix {};
1818

1919
# CherIoT packages

0 commit comments

Comments
 (0)