Skip to content

Commit

Permalink
feat(nix): ldd alias on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Sep 10, 2024
1 parent ca73ba8 commit e45fd2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ in
(pkgs.lib.mkIf pkgs.stdenv.isLinux {
visudo = "${pkgs.sudo}/bin/visudo";
})
(pkgs.lib.mkIf pkgs.stdenv.isDarwin {
ldd = "otool -L";
})
];

home.packages = [
Expand Down

0 comments on commit e45fd2e

Please sign in to comment.