How to find an executable in a package

After installation of NixOS Search I have not been able to find the executable. Any hints?

Could you specify the installation method? e.g. nixos config (system-wide or not), nix-env, etc.

Have you tried AusweisApp? That’s what listed as meta.mainProgram.

1 Like

nix-shell -p **ausweisapp**

To find which package contains which file, you can use:

If you already know the package, ls $(nix-build -A PKG)/bin

1 Like

Note that the AusweisApp needs to be started via icon, command line seems not to work see also Pcscd not recognizing (cyberJack) USB card reader - #8 by wamserma