File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 pkgs ,
66 ncurses5-fhs ,
77 ncurses6-fhs ,
8- bazel_ot ,
8+ bazelisk ,
99 python-ot ,
1010 verilator_ot ,
1111 verible_ot ,
4646 targetPkgs = _ :
4747 with pkgs ;
4848 [
49- bazel_ot
49+ bazelisk
5050 verilator_ot
5151 verible_ot
5252
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments