Skip to content

Commit

Permalink
bazelisk: add bazel -> bazelisk-env alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 9, 2024
1 parent 5e348f6 commit 95293b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/laptop/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
./base.nix
];

environment.shellAliases."bazel" = "bazelisk-env";

environment.systemPackages = with pkgs; [
nodejs
gops
Expand Down

0 comments on commit 95293b1

Please sign in to comment.