Open4

NixOS Tips

soracatsoracat

nixのパッケージに含まれているファイルを探す

要するにpacman -F eza, apt-file search ezaのようなことをnixで行う
nix run github:nix-community/nix-index-database bin/eza

soracatsoracat

nixでバイナリのパスを表示する

lib.getExe pkgs.playerctl
# パッケージに1つ以上のバイナリが含まれている場合
lib.getExe' pkgs.systemd "systemctl"
soracatsoracat

nixでパッケージに逆依存しているものを列挙

Archであれば、pactree -r
nix-store -q --referrers /nix/store/1g0yxm4k12l3hbdnj5mzx5j55rrwpl2m-mbrola-3.3